chiark / gitweb /
Fix a debug message in the obsolete sshpsql archive access driver.
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 56cee1140814185072007d6acf2f2e9336b9f6dd..a0f560ae66bfc4091af80410fab18396fda62359 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -984,7 +984,7 @@ sub sshpsql ($$$) {
     open P, "-|", @cmd or die $!;
     while (<P>) {
        chomp or die;
-       printdebug("$debugprefix>|$_|\n");
+       printdebug(">|$_|\n");
        push @rows, $_;
     }
     $!=0; $?=0; close P or failedcmd @cmd;