From: Ian Jackson Date: Sat, 8 Oct 2016 18:19:13 +0000 (+0100) Subject: dgit: New fetch algorithm: Fix a message X-Git-Tag: archive/debian/2.0~86 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=7e481fcf4e2802d1743717a77270a01c76456559 dgit: New fetch algorithm: Fix a message This should have been debug output all along. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index 249122c7..4c802805 100755 --- 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) = @_;