1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

runtests: make the logmsg from the ssh server only show in verbose

This commit is contained in:
Daniel Stenberg 2020-05-02 15:51:05 +02:00
parent f9c6febae2
commit 5cb7f893df
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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);
}