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

Ludovic Rousseau rousseau at costa.debian.org
Thu Nov 24 16:16:33 UTC 2005


Author: rousseau
Date: 2005-11-24 16:16:33 +0000 (Thu, 24 Nov 2005)
New Revision: 1752

Modified:
   trunk/Drivers/ccid/src/ifdhandler.c
Log:
IFDHGetCapabilities(): use info instead of comm debug level to print the
number of slots supported by the reader


Modified: trunk/Drivers/ccid/src/ifdhandler.c
===================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c	2005-11-24 16:15:30 UTC (rev 1751)
+++ trunk/Drivers/ccid/src/ifdhandler.c	2005-11-24 16:16:33 UTC (rev 1752)
@@ -289,7 +289,7 @@
 			{
 				*Length = 1;
 				*Value = 1 + get_ccid_descriptor(reader_index) -> bMaxSlotIndex;
-				DEBUG_COMM2("Reader supports %d slots", *Value);
+				DEBUG_INFO2("Reader supports %d slots", *Value);
 			}
 			break;
 




More information about the Pcsclite-cvs-commit mailing list