From a4945fe6876e184f41c05e5a942a2fd493f65246 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 4 Jan 2008 19:56:56 +0000 Subject: [PATCH] Missing newline at end of message --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index 22d3fe6..231d756 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(); -- 2.7.4