[SmartcardServices-Changes] [34] trunk/SmartCardServices/src/PCSC/debug.c
source_changes at macosforge.org
source_changes at macosforge.org
Thu Jul 30 02:07:46 PDT 2009
Revision: 34
http://trac.macosforge.org/projects/smartcardservices/changeset/34
Author: ludovic.rousseau at gmail.com
Date: 2009-07-30 02:07:46 -0700 (Thu, 30 Jul 2009)
Log Message:
-----------
default level is quiet to avoid polluting fd 2 (possibly NOT stderr)
Modified Paths:
--------------
trunk/SmartCardServices/src/PCSC/debug.c
Modified: trunk/SmartCardServices/src/PCSC/debug.c
===================================================================
--- trunk/SmartCardServices/src/PCSC/debug.c 2009-07-30 09:07:04 UTC (rev 33)
+++ trunk/SmartCardServices/src/PCSC/debug.c 2009-07-30 09:07:46 UTC (rev 34)
@@ -25,8 +25,8 @@
#define DEBUG_BUF_SIZE 2048
-/* default level is a bit verbose to be backward compatible */
-static char LogLevel = PCSC_LOG_ERROR;
+/** default level is quiet to avoid polluting fd 2 (possibly NOT stderr) */
+static char LogLevel = PCSC_LOG_CRITICAL+1;
static signed char LogDoColor = 0; /**< no color by default */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/smartcardservices-changes/attachments/20090730/264e6674/attachment.html>
More information about the SmartcardServices-Changes
mailing list