summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/devredir.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-09-09 12:30:58 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-09-09 12:30:58 -0700
commit2d112bac8f4359a513cc603e5f58fc625700a6c6 (patch)
treeadda4fc5c26ba03f28d5047b2dd8ffb3faf7244a /sesman/chansrv/devredir.c
parenta9f37229ac997ceefb4ce75da7a97525e8e2e5ed (diff)
downloadxrdp-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.c4
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__); \