From c0d5a56bb79f172e549476e6f2147bc423389090 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 26 Jul 2015 21:33:48 +0100 Subject: Fix a debug message in the obsolete sshpsql archive access driver. --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dgit') diff --git a/dgit b/dgit index 56cee11..a0f560a 100755 --- a/dgit +++ b/dgit @@ -984,7 +984,7 @@ sub sshpsql ($$$) { open P, "-|", @cmd or die $!; while (

) { chomp or die; - printdebug("$debugprefix>|$_|\n"); + printdebug(">|$_|\n"); push @rows, $_; } $!=0; $?=0; close P or failedcmd @cmd; -- cgit v1.2.3