summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_mcs.c
diff options
context:
space:
mode:
authorLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2012-12-26 18:58:31 -0800
committerLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2012-12-26 18:58:31 -0800
commitf3cc2a5154e79afcebed79b9dc85205fdd950043 (patch)
treef4f67a024422401b66c8839f526c9db385d3e001 /libxrdp/xrdp_mcs.c
parentcae2adb75e2b339017746436c63f7d2b8c35fb63 (diff)
parentcce4f773d858a2b131a026fa82136743155ad12b (diff)
downloadxrdp-proprietary-f3cc2a5154e79afcebed79b9dc85205fdd950043.tar.gz
xrdp-proprietary-f3cc2a5154e79afcebed79b9dc85205fdd950043.zip
Merge branch 'master' of https://github.com/FreeRDP/xrdp
Diffstat (limited to 'libxrdp/xrdp_mcs.c')
-rw-r--r--libxrdp/xrdp_mcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/xrdp_mcs.c b/libxrdp/xrdp_mcs.c
index a2793960..77c0d10d 100644
--- a/libxrdp/xrdp_mcs.c
+++ b/libxrdp/xrdp_mcs.c
@@ -144,9 +144,9 @@ xrdp_mcs_recv(struct xrdp_mcs *self, struct stream *s, int *chan)
/* this is channels getting added from the client */
if (appid == MCS_CJRQ)
{
- g_writeln("channel join request received");
in_uint16_be(s, userid);
in_uint16_be(s, chanid);
+ g_writeln("channel join request received %d:%d", userid, chanid);
DEBUG(("xrdp_mcs_recv adding channel %4.4x", chanid));
if (xrdp_mcs_send_cjcf(self, userid, chanid) != 0)