summaryrefslogtreecommitdiffstats
path: root/libxrdp/libxrdp.c
diff options
context:
space:
mode:
authorIdan Freiberg <speidy@gmail.com>2017-01-15 08:55:00 +0200
committerGitHub <noreply@github.com>2017-01-15 08:55:00 +0200
commita64e1789c561b6376ff643e43578410c1927b49e (patch)
treee8c4478741535cfd0417dd87df61f736f8ffaee6 /libxrdp/libxrdp.c
parent9f5656933b057bf5c47ae46716130226f8352901 (diff)
parent0a5bc44a0bd8100be3592bc155cf4b28ccb9cd17 (diff)
downloadxrdp-proprietary-a64e1789c561b6376ff643e43578410c1927b49e.tar.gz
xrdp-proprietary-a64e1789c561b6376ff643e43578410c1927b49e.zip
Merge pull request #615 from speidy/channels_fixes
Channels improvements
Diffstat (limited to 'libxrdp/libxrdp.c')
-rw-r--r--libxrdp/libxrdp.c2
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;
}