mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-16 03:53:01 -05:00
Add a \n at the end of an error message - oops.
[originally from svn r2169]
This commit is contained in:
parent
a5da5adc07
commit
9c5fe60bfe
@ -447,7 +447,7 @@ int main(int argc, char **argv)
|
|||||||
error = back->init(NULL, &backhandle, cfg.host, cfg.port,
|
error = back->init(NULL, &backhandle, cfg.host, cfg.port,
|
||||||
&realhost, nodelay);
|
&realhost, nodelay);
|
||||||
if (error) {
|
if (error) {
|
||||||
fprintf(stderr, "Unable to open connection:\n%s", error);
|
fprintf(stderr, "Unable to open connection:\n%s\n", error);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
logctx = log_init(NULL);
|
logctx = log_init(NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user