mirror of
https://github.com/curl/curl.git
synced 2026-07-23 22:37:16 +03:00
Missing newline at end of message
This commit is contained in:
parent
88d89b2177
commit
a4945fe687
1 changed files with 1 additions and 1 deletions
|
|
@ -1157,7 +1157,7 @@ sub runsocksserver {
|
|||
$doesntrun{$pidfile} = 1;
|
||||
return (0,0);
|
||||
}
|
||||
logmsg "ssh server found $sshd is $sshdverstr" if($verbose);
|
||||
logmsg "ssh server found $sshd is $sshdverstr\n" if($verbose);
|
||||
|
||||
# Find out ssh client canonical file name
|
||||
my $ssh = find_ssh();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue