chiark / gitweb /
Infra: dgit-repos-server: Fix some typos in debug messages
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 31 May 2015 14:32:12 +0000 (15:32 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 31 May 2015 14:32:12 +0000 (15:32 +0100)
infra/dgit-repos-server

index 7ab29e278f0058a3b56dca65c3567e4fe592b5ca..f5dd5aa8bfdd564d328d464602cee6887fc9efe2 100755 (executable)
@@ -738,7 +738,7 @@ sub checktagnoreplay () {
                my ($tagobjid,$refobjid,$fullrefname,$tagname) = @_;
                $check_ref_superseded->($tagobjid,undef,$fullrefname,undef);
             });
                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;
            push @problems, "does not supersede any tag".
                " referring to branch head $branch=$branchhead"
                unless $nchecked;
@@ -751,7 +751,7 @@ sub checktagnoreplay () {
            join("; ", @problems).
            "\n";
     }
            join("; ", @problems).
            "\n";
     }
-    printdebug "checktagnoreply - all ok\n"
+    printdebug "checktagnoreplay - all ok ($tagval)\n"
 }
 
 sub tagh1 ($) {
 }
 
 sub tagh1 ($) {