summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/xcommon.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-10-29 20:12:24 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-10-29 20:12:24 -0700
commit6e25a5e60011ceddd995bb82c896839de126a6b7 (patch)
treea747d00c7bad7d345cbe1e1ac349b0c13759dfb5 /sesman/chansrv/xcommon.c
parent159e240845afae8e491469f413af3fb529ef4678 (diff)
downloadxrdp-proprietary-6e25a5e60011ceddd995bb82c896839de126a6b7.tar.gz
xrdp-proprietary-6e25a5e60011ceddd995bb82c896839de126a6b7.zip
chansrv: work on clipboard
Diffstat (limited to 'sesman/chansrv/xcommon.c')
-rw-r--r--sesman/chansrv/xcommon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/chansrv/xcommon.c b/sesman/chansrv/xcommon.c
index 7d895572..286b50df 100644
--- a/sesman/chansrv/xcommon.c
+++ b/sesman/chansrv/xcommon.c
@@ -132,7 +132,7 @@ xcommon_get_wait_objs(tbus *objs, int *count, int *timeout)
if (((!g_clip_up) && (!g_rail_up)) || (objs == 0) || (count == 0))
{
- LOG(10, ("xcommon_get_wait_objs: nothing to do"));
+ //LOG(10, ("xcommon_get_wait_objs: nothing to do"));
return 0;
}
@@ -154,7 +154,7 @@ xcommon_check_wait_objs(void)
if ((!g_clip_up) && (!g_rail_up))
{
- LOG(10, ("xcommon_check_wait_objs: nothing to do"));
+ //LOG(10, ("xcommon_check_wait_objs: nothing to do"));
return 0;
}