[Pcsclite-cvs-commit] r2648 - /trunk/Drivers/ccid/src/ifdhandler.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Oct 11 13:41:35 UTC 2007


Author: rousseau
Date: Thu Oct 11 13:41:35 2007
New Revision: 2648

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2648
Log:
typo in log message

Modified:
    trunk/Drivers/ccid/src/ifdhandler.c

Modified: trunk/Drivers/ccid/src/ifdhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ifdhandler.c?rev=2648&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c (original)
+++ trunk/Drivers/ccid/src/ifdhandler.c Thu Oct 11 13:41:35 2007
@@ -310,7 +310,7 @@
 			{
 				*Length = 1;
 				*Value = 1 + get_ccid_descriptor(reader_index) -> bMaxSlotIndex;
-				DEBUG_INFO2("Reader supports %d slots", *Value);
+				DEBUG_INFO2("Reader supports %d slot(s)", *Value);
 			}
 			break;
 




More information about the Pcsclite-cvs-commit mailing list