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
59f8d39f
Commit
59f8d39f
authored
Oct 02, 2014
by
Niels Möller
Browse files
Changed a werror(...) message to debug(...).
parent
3f7677e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
59f8d39f
2014-10-02 Niels Möller <nisse@lysator.liu.se>
* src/client_x11.c (do_client_channel_x11_receive): Changed a
werror(...) message to debug(...).
2013-09-17 Niels Möller <nisse@lysator.liu.se>
* src/testsuite/lsh-6-test (ALGORITHMS): Test both 3des-cbc and
...
...
src/client_x11.c
View file @
59f8d39f
...
...
@@ -184,7 +184,7 @@ do_client_channel_x11_receive(struct ssh_channel *s,
/* Copy data to buffer */
const
uint8_t
*
buffer
;
werror
(
"client_x11.c: length = %i
\n
"
,
length
);
debug
(
"client_x11.c: length = %i
\n
"
,
length
);
/* The small initial window size should ensure that all the
data fits. */
lsh_string_write
(
self
->
buffer
,
self
->
i
,
length
,
data
);
...
...
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