diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-10-29 20:12:24 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-10-29 20:12:24 -0700 |
commit | 6e25a5e60011ceddd995bb82c896839de126a6b7 (patch) | |
tree | a747d00c7bad7d345cbe1e1ac349b0c13759dfb5 /sesman/chansrv/xcommon.c | |
parent | 159e240845afae8e491469f413af3fb529ef4678 (diff) | |
download | xrdp-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.c | 4 |
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; } |