chiark / gitweb /
dgit: New fetch algorithm: Fix a message
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Oct 2016 18:19:13 +0000 (19:19 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Oct 2016 18:27:29 +0000 (19:27 +0100)
This should have been debug output all along.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
dgit

diff --git a/dgit b/dgit
index 249122c7f80e109b4e2aee5bc7daf3135a82469a..4c80280523bd9f3506220622d61eef2a847a9cdb 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -2405,7 +2405,7 @@ END
     } else {
        $hash = $mergeinputs[0]{Commit};
     }
-    progress "fetch hash=$hash\n";
+    printdebug "fetch hash=$hash\n";
 
     my $chkff = sub {
        my ($lasth, $what) = @_;