[Pcsclite-cvs-commit] r1702 - trunk/Drivers/ccid/src

Ludovic Rousseau rousseau at costa.debian.org
Mon Nov 7 15:41:47 UTC 2005


Author: rousseau
Date: 2005-11-07 15:41:47 +0000 (Mon, 07 Nov 2005)
New Revision: 1702

Modified:
   trunk/Drivers/ccid/src/Info.plist
   trunk/Drivers/ccid/src/debug.h
Log:
exchange COMM and PERIODIC debug values so that all except PERIODIC
value is 7


Modified: trunk/Drivers/ccid/src/Info.plist
===================================================================
--- trunk/Drivers/ccid/src/Info.plist	2005-10-30 14:44:25 UTC (rev 1701)
+++ trunk/Drivers/ccid/src/Info.plist	2005-11-07 15:41:47 UTC (rev 1702)
@@ -25,10 +25,10 @@
 	<!-- Possible values for ifdLogLevel
 	1: CRITICAL  important error messages
 	2: INFO      informative messages like what reader was detected
-	4: PERIODIC  periodic info when pcscd test if a card is present
+	4: COMM      a dump of all the bytes exchanged between the host and
+	             the reader
+	8: PERIODIC  periodic info when pcscd test if a card is present
 	             (every 1/10 of a second)
-	8: COMM      a dump of all the bytes exchanged between the host and
-	             the reader
 
 	The final value is a OR of these values
 

Modified: trunk/Drivers/ccid/src/debug.h
===================================================================
--- trunk/Drivers/ccid/src/debug.h	2005-10-30 14:44:25 UTC (rev 1701)
+++ trunk/Drivers/ccid/src/debug.h	2005-11-07 15:41:47 UTC (rev 1702)
@@ -48,8 +48,8 @@
 
 #define DEBUG_LEVEL_CRITICAL 1
 #define DEBUG_LEVEL_INFO     2
-#define DEBUG_LEVEL_PERIODIC 4
-#define DEBUG_LEVEL_COMM     8
+#define DEBUG_LEVEL_COMM     4
+#define DEBUG_LEVEL_PERIODIC 8
 
 #include <debuglog.h>	/* from pcsc-lite */
 




More information about the Pcsclite-cvs-commit mailing list