diff options
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 22d3fe676..231d75675 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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(); |