diff options
Diffstat (limited to 'tests')
-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 88e1115fe..f38e21e84 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2257,7 +2257,7 @@ sub runsshserver { die $msg; } - logmsg "RUN: $srvrname on PID $pid2 port $wport\n"; + logmsg "RUN: $srvrname on PID $pid2 port $wport\n" if($verbose); return ($pid2, $sshpid, $wport); } |