Corrected DEBUG_SEAMLESS statement; use same style for both "got" and

"sending" messages. 



git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1735 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2013-09-16 12:21:44 +00:00
parent a90ea17abb
commit bce8ca3baa

View File

@ -437,7 +437,7 @@ seamless_send(const char *command, const char *format, ...)
s = channel_init(seamless_channel, len);
out_uint8p(s, buf, len) s_mark_end(s);
DEBUG_SEAMLESS(("SeamlessRDP sending:%s", buf));
DEBUG_SEAMLESS(("seamlessrdp sending:%s", buf));
#if 0
printf("seamless send:\n");