[Pcsclite-cvs-commit] r3465 - /trunk/PCSC/src/debuglog.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Apr 27 09:17:08 UTC 2009


Author: rousseau
Date: Mon Apr 27 09:17:08 2009
New Revision: 3465

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3465
Log:
change default log level from PCSC_LOG_INFO to PCSC_LOG_ERROR to limit
syslog pollution

Modified:
    trunk/PCSC/src/debuglog.c

Modified: trunk/PCSC/src/debuglog.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/debuglog.c?rev=3465&op=diff
==============================================================================
--- trunk/PCSC/src/debuglog.c (original)
+++ trunk/PCSC/src/debuglog.c Mon Apr 27 09:17:08 2009
@@ -44,8 +44,8 @@
 static char LogMsgType = DEBUGLOG_NO_DEBUG;
 static char LogCategory = DEBUG_CATEGORY_NOTHING;
 
-/** default level is a bit verbose to be backward compatible */
-static char LogLevel = PCSC_LOG_INFO;
+/** default level */
+static char LogLevel = PCSC_LOG_ERROR;
 
 static signed char LogDoColor = 0;	/**< no color by default */
 




More information about the Pcsclite-cvs-commit mailing list