mirror of
https://github.com/curl/curl.git
synced 2026-04-20 03:11:13 +03:00
runtests: add a missing \n at the end of a log message
This commit is contained in:
parent
c1225c8915
commit
02c27bb429
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue