]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests: add a missing \n at the end of a log message
authorDan Fandrich <dan@coneharvesters.com>
Mon, 22 May 2023 21:23:52 +0000 (14:23 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 22 May 2023 21:57:15 +0000 (14:57 -0700)
tests/servers.pm

index 23b860555d7d460c2f02051dae2fe45ec33f40a9..c6ab08a48c7e27cefe4d68f00cee5374a14ec180 100644 (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);
     }