diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-09-09 12:30:58 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-09-09 12:30:58 -0700 |
commit | 2d112bac8f4359a513cc603e5f58fc625700a6c6 (patch) | |
tree | adda4fc5c26ba03f28d5047b2dd8ffb3faf7244a /sesman/chansrv/devredir.c | |
parent | a9f37229ac997ceefb4ce75da7a97525e8e2e5ed (diff) | |
download | xrdp-proprietary-2d112bac8f4359a513cc603e5f58fc625700a6c6.tar.gz xrdp-proprietary-2d112bac8f4359a513cc603e5f58fc625700a6c6.zip |
chansrv: work on smart card
Diffstat (limited to 'sesman/chansrv/devredir.c')
-rw-r--r-- | sesman/chansrv/devredir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/chansrv/devredir.c b/sesman/chansrv/devredir.c index 22debb11..05fd3302 100644 --- a/sesman/chansrv/devredir.c +++ b/sesman/chansrv/devredir.c @@ -68,7 +68,7 @@ #define log_info(_params...) \ { \ - if (LOG_INFO <= LOG_LEVEL) \ + if (LOG_INFO <= LOG_LEVEL) \ { \ g_write("[%10.10u]: DEV_REDIR %s: %d : ", \ g_time3(), __func__, __LINE__); \ @@ -78,7 +78,7 @@ #define log_debug(_params...) \ { \ - if (LOG_DEBUG <= LOG_LEVEL) \ + if (LOG_DEBUG <= LOG_LEVEL) \ { \ g_write("[%10.10u]: DEV_REDIR %s: %d : ", \ g_time3(), __func__, __LINE__); \ |