summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_orders.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-12-23 14:07:37 -0800
committerJay Sorg <jay.sorg@gmail.com>2012-12-23 14:07:37 -0800
commitcce4f773d858a2b131a026fa82136743155ad12b (patch)
tree8aced4c12c538156834ab0ce6b5da7dbd0b24cf9 /libxrdp/xrdp_orders.c
parent842fbc43e050960f75d941ac366a4b889b0b9ef1 (diff)
downloadxrdp-proprietary-cce4f773d858a2b131a026fa82136743155ad12b.tar.gz
xrdp-proprietary-cce4f773d858a2b131a026fa82136743155ad12b.zip
fixes, logging for off screen
Diffstat (limited to 'libxrdp/xrdp_orders.c')
-rw-r--r--libxrdp/xrdp_orders.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libxrdp/xrdp_orders.c b/libxrdp/xrdp_orders.c
index a76ecaea..bb95aa71 100644
--- a/libxrdp/xrdp_orders.c
+++ b/libxrdp/xrdp_orders.c
@@ -2449,6 +2449,7 @@ xrdp_orders_send_create_os_surface(struct xrdp_orders *self, int id,
order_flags |= 1 << 2; /* type RDP_ORDER_ALTSEC_CREATE_OFFSCR_BITMAP */
out_uint8(self->out_s, order_flags);
cache_id = id & 0x7fff;
+ LLOGLN(10, ("xrdp_orders_send_create_os_surface: cache_id %d", cache_id));
flags = cache_id;
if (num_del_list > 0)