diff options
author | speidy <speidy@gmail.com> | 2017-01-06 08:23:19 +0200 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2017-01-06 08:32:30 +0200 |
commit | 6810aa3f7988ee7763cca4bab4e0fad984062218 (patch) | |
tree | 664808d19610747e74fb8bfc0b540e0eb3f66a2b /libxrdp/libxrdp.c | |
parent | a82d41275454fdad916c4599054fcab9ebda5123 (diff) | |
download | xrdp-proprietary-6810aa3f7988ee7763cca4bab4e0fad984062218.tar.gz xrdp-proprietary-6810aa3f7988ee7763cca4bab4e0fad984062218.zip |
libxrdp: libxrdp_send_to_channel, improve error message
Diffstat (limited to 'libxrdp/libxrdp.c')
-rw-r--r-- | libxrdp/libxrdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/libxrdp.c b/libxrdp/libxrdp.c index c52829f8..827b1247 100644 --- a/libxrdp/libxrdp.c +++ b/libxrdp/libxrdp.c @@ -1242,7 +1242,7 @@ libxrdp_send_to_channel(struct xrdp_session *session, int channel_id, if (xrdp_channel_send(chan, s, channel_id, total_data_len, flags) != 0) { - g_writeln("Debug - data NOT sent to channel"); + g_writeln("libxrdp_send_to_channel: error, server channel data NOT sent to client channel"); free_stream(s); return 1; } |