[Pcsclite-cvs-commit] r2894 - /trunk/PCSC/src/debug.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Apr 21 13:27:41 UTC 2008


Author: rousseau
Date: Mon Apr 21 13:27:41 2008
New Revision: 2894

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2894
Log:
correct LogLevel comment to be accurate

Modified:
    trunk/PCSC/src/debug.c

Modified: trunk/PCSC/src/debug.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/debug.c?rev=2894&op=diff
==============================================================================
--- trunk/PCSC/src/debug.c (original)
+++ trunk/PCSC/src/debug.c Mon Apr 21 13:27:41 2008
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 1999-2002
  *  David Corcoran <corcoran at linuxnet.com>
- * Copyright (C) 1999-2005
+ * Copyright (C) 1999-2008
  *  Ludovic Rousseau <ludovic.rousseau at free.fr>
  *
  * $Id: debuglog.c 1953 2006-03-21 13:46:28Z rousseau $
@@ -25,7 +25,7 @@
 
 #define DEBUG_BUF_SIZE 2048
 
-/** default level is a bit verbose to be backward compatible */
+/** 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 */




More information about the Pcsclite-cvs-commit mailing list