From 13b1e20cfd307469a6a53ad5798476f18176870a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 23 Oct 2013 13:01:09 +0100 Subject: Minor fix to remote functionality: * Improve debug output at completion. --- dgit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dgit') diff --git a/dgit b/dgit index 5308386..37a6111 100755 --- a/dgit +++ b/dgit @@ -1515,12 +1515,13 @@ sub i_resp_progress ($) { sub i_resp_complete { my $pid = $i_child_pid; $i_child_pid = undef; # prevents killing some other process with same pid - printdebug "waiting for remote child $pid..."; + printdebug "waiting for remote child $pid...\n"; my $got = waitpid $pid, 0; die $! unless $got == $pid; die "remote child failed $?" if $?; i_cleanup(); + printdebug "all done\n"; exit 0; } -- cgit v1.2.3