2
0
mirror of https://github.com/curl/curl.git synced 2025-02-17 14:59:45 +08:00

runtests: add a missing \n at the end of a log message

This commit is contained in:
Dan Fandrich 2023-05-22 14:23:52 -07:00
parent c1225c8915
commit 02c27bb429

View File

@ -1793,7 +1793,7 @@ sub runsshserver {
my $idnum = ($id && ($id =~ /^(\d+)$/) && ($id > 1)) ? $id : 1;
if(!$USER) {
logmsg "Can't start ssh server due to lack of USER name";
logmsg "Can't start ssh server due to lack of USER name\n";
return (4, 0, 0, 0);
}