From fd9a321fa5de1ad724032a7d9c38f77f7e99d946 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 31 May 2015 15:32:12 +0100 Subject: [PATCH] Infra: dgit-repos-server: Fix some typos in debug messages --- infra/dgit-repos-server | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/dgit-repos-server b/infra/dgit-repos-server index 7ab29e27..f5dd5aa8 100755 --- a/infra/dgit-repos-server +++ b/infra/dgit-repos-server @@ -738,7 +738,7 @@ sub checktagnoreplay () { my ($tagobjid,$refobjid,$fullrefname,$tagname) = @_; $check_ref_superseded->($tagobjid,undef,$fullrefname,undef); }); - printdebug "checktagnoreply - not FRESHREPO, nchecked=$nchecked"; + printdebug "checktagnoreplay - not FRESHREPO, nchecked=$nchecked"; push @problems, "does not supersede any tag". " referring to branch head $branch=$branchhead" unless $nchecked; @@ -751,7 +751,7 @@ sub checktagnoreplay () { join("; ", @problems). "\n"; } - printdebug "checktagnoreply - all ok\n" + printdebug "checktagnoreplay - all ok ($tagval)\n" } sub tagh1 ($) { -- 2.30.2