From 63b3ec362791edff468f2f3b70240c94eb306b4b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 22 Oct 2013 16:28:58 +0100 Subject: [PATCH] fix debugprefix --- dgit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dgit b/dgit index 60020fc2..e12bfdc8 100755 --- a/dgit +++ b/dgit @@ -116,7 +116,7 @@ sub dscfn ($) { sub changesopts () { return @changesopts[1..$#changesopts]; } our $us = 'dgit'; -our $debugprefix = ' '; +our $debugprefix = ''; sub printdebug { print DEBUG $debugprefix, @_ or die $!; } @@ -1417,9 +1417,9 @@ sub cmd_remote_push_responder { @ARGV = @ARGV[$nrargs..$#ARGV]; die unless @rargs; my ($dir) = @rargs; + $debugprefix = ' '; changedir $dir; $we_are_responder = 1; - $debugprefix = ' '; autoflush STDOUT 1; responder_send_command("dgit-remote-push-ready"); &cmd_push; -- 2.30.2