mirror of
https://github.com/curl/curl.git
synced 2026-05-07 00:07:29 +03:00
runtests: make the logmsg from the ssh server only show in verbose
This commit is contained in:
parent
f9c6febae2
commit
5cb7f893df
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue