From: Ian Jackson Date: Sun, 31 May 2015 14:32:12 +0000 (+0100) Subject: Infra: dgit-repos-server: Fix some typos in debug messages X-Git-Tag: debian/0.30~118 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=fd9a321fa5de1ad724032a7d9c38f77f7e99d946;ds=sidebyside Infra: dgit-repos-server: Fix some typos in debug messages --- 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 ($) {