[Pcsclite-cvs-commit] r1958 - trunk/PCSC/src

Ludovic Rousseau rousseau at costa.debian.org
Tue Mar 21 15:00:36 CET 2006


Author: rousseau
Date: 2006-03-21 14:00:35 +0000 (Tue, 21 Mar 2006)
New Revision: 1958

Modified:
   trunk/PCSC/src/winscard_clnt.c
Log:
do not use MUSCLECARD_DEBUG environment variable anymore to activate the
logs


Modified: trunk/PCSC/src/winscard_clnt.c
===================================================================
--- trunk/PCSC/src/winscard_clnt.c	2006-03-21 13:59:18 UTC (rev 1957)
+++ trunk/PCSC/src/winscard_clnt.c	2006-03-21 14:00:35 UTC (rev 1958)
@@ -29,7 +29,7 @@
 #include "misc.h"
 #include "pcsclite.h"
 #include "winscard.h"
-#include "debuglog.h"
+#include "debug.h"
 #include "thread_generic.h"
 
 #include "readerfactory.h"
@@ -306,15 +306,6 @@
 		int pageSize;
 
 		/*
-		 * Initialize debug
-		 */
-		if (getenv("MUSCLECARD_DEBUG"))
-		{
-			DebugLogSetLogType(DEBUGLOG_STDERR_DEBUG);
-			DebugLogSetLevel(PCSC_LOG_DEBUG);
-		}
-
-		/*
 		 * Do any system initilization here
 		 */
 		SYS_Initialize();




More information about the Pcsclite-cvs-commit mailing list