diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-12-07 17:57:35 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-12-07 17:57:35 -0800 |
commit | ef51e441190981621ad48430e963aa5300373804 (patch) | |
tree | ac136b9427181aec136cf5cfc8a4b1ba30bcaa99 /sesman/chansrv/clipboard.c | |
parent | 16deb7267809101261122b956a791aa3466d83d8 (diff) | |
download | xrdp-proprietary-ef51e441190981621ad48430e963aa5300373804.tar.gz xrdp-proprietary-ef51e441190981621ad48430e963aa5300373804.zip |
chansrv: handle smartcard session reconnect and some logging changes
Diffstat (limited to 'sesman/chansrv/clipboard.c')
-rw-r--r-- | sesman/chansrv/clipboard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/chansrv/clipboard.c b/sesman/chansrv/clipboard.c index 25775f3b..6d52da85 100644 --- a/sesman/chansrv/clipboard.c +++ b/sesman/chansrv/clipboard.c @@ -363,7 +363,7 @@ clipboard_init(void) int ver_min; Status st; - log_debug("xrdp-chansrv: in clipboard_init"); + LOG(0, ("clipboard_init:")); if (g_clip_up) { @@ -507,7 +507,7 @@ clipboard_init(void) int APP_CC clipboard_deinit(void) { - log_debug("clipboard_deinit:"); + LOG(0, ("clipboard_deinit:")); if (g_wnd != 0) { XDestroyWindow(g_display, g_wnd); |