Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
12443a84
Commit
12443a84
authored
Nov 14, 2000
by
Niels Möller
Browse files
* src/disconnect.c (do_disconnect): Print message on a single
line. Rev: src/disconnect.c:1.20
parent
3ff77c69
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/disconnect.c
View file @
12443a84
...
...
@@ -67,7 +67,7 @@ do_disconnect(struct packet_handler *closure UNUSED,
&&
parse_eod
(
&
buffer
))
{
/* FIXME: Display a better message */
werror
(
"Disconnect for reason %i
\n
%ups
\n
"
,
reason
,
length
,
msg
);
werror
(
"Disconnect for reason %i
:
%ups
\n
"
,
reason
,
length
,
msg
);
}
else
werror
(
"Invalid disconnect message!
\n
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment