From: Dan Fandrich Date: Mon, 22 May 2023 21:23:52 +0000 (-0700) Subject: runtests: add a missing \n at the end of a log message X-Git-Tag: curl-8_1_1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02c27bb429d33aeb51d14994880cd5f8e06bcf2d;p=thirdparty%2Fcurl.git runtests: add a missing \n at the end of a log message --- diff --git a/tests/servers.pm b/tests/servers.pm index 23b860555d..c6ab08a48c 100644 --- a/tests/servers.pm +++ b/tests/servers.pm @@ -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); }