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:
parent
c1225c8915
commit
02c27bb429
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user