diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-10-19 16:11:14 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-10-19 16:11:14 -0700 |
commit | 2943650685c834d51ce9a0d5cef654e096624cec (patch) | |
tree | 5d8c87589126a14ee10997551c248796e9953822 /sesman/chansrv/smartcard.c | |
parent | 62bdacda9bd43e2904f0d3a25b4cd26569a1a792 (diff) | |
download | xrdp-proprietary-2943650685c834d51ce9a0d5cef654e096624cec.tar.gz xrdp-proprietary-2943650685c834d51ce9a0d5cef654e096624cec.zip |
chansrv: reduce smart card debug logging
Diffstat (limited to 'sesman/chansrv/smartcard.c')
-rw-r--r-- | sesman/chansrv/smartcard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/chansrv/smartcard.c b/sesman/chansrv/smartcard.c index c40b24a4..29406d62 100644 --- a/sesman/chansrv/smartcard.c +++ b/sesman/chansrv/smartcard.c @@ -59,7 +59,7 @@ #define LOG_DEBUG 2 #ifndef LOG_LEVEL -#define LOG_LEVEL LOG_DEBUG +#define LOG_LEVEL LOG_INFO #endif #define log_error(_params...) \ |