summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-08 19:19:13 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-08 19:27:29 +0100
commit7e481fcf4e2802d1743717a77270a01c76456559 (patch)
tree66be46fce9bf54f8faa1b65abae5d194218400db /dgit
parent9ec0d1901c3ca58fa688d065520d9862d969793c (diff)
dgit: New fetch algorithm: Fix a message
This should have been debug output all along. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 249122c..4c80280 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) = @_;