Decreased smartcard log verbosity.

This commit is contained in:
Armin Novak 2020-02-19 08:01:20 +01:00
parent a8e8351c1d
commit 893d08d653
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include "smartcard_pack.h"
static const DWORD g_LogLevel = WLOG_INFO;
static const DWORD g_LogLevel = WLOG_DEBUG;
#define smartcard_unpack_redir_scard_context(smartcard, s, context, index) \
smartcard_unpack_redir_scard_context_((smartcard), (s), (context), (index), __FILE__, \