Missing newline at end of message
authorYang Tse <yangsita@gmail.com>
Fri, 4 Jan 2008 19:56:56 +0000 (19:56 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 4 Jan 2008 19:56:56 +0000 (19:56 +0000)
tests/runtests.pl

index 22d3fe6..231d756 100755 (executable)
@@ -1157,7 +1157,7 @@ sub runsocksserver {
         $doesntrun{$pidfile} = 1;
         return (0,0);
     }
-    logmsg "ssh server found $sshd is $sshdverstr" if($verbose);
+    logmsg "ssh server found $sshd is $sshdverstr\n" if($verbose);
 
     # Find out ssh client canonical file name
     my $ssh = find_ssh();