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

Ludovic Rousseau rousseau at costa.debian.org
Tue May 9 19:27:07 UTC 2006


Author: rousseau
Date: 2006-05-09 19:27:01 +0000 (Tue, 09 May 2006)
New Revision: 2040

Modified:
   trunk/PCSC/src/readerfactory.c
Log:
RFInitializeReader(): display the name of the driver used in addition to
the name of the reader


Modified: trunk/PCSC/src/readerfactory.c
===================================================================
--- trunk/PCSC/src/readerfactory.c	2006-05-04 13:14:56 UTC (rev 2039)
+++ trunk/PCSC/src/readerfactory.c	2006-05-09 19:27:01 UTC (rev 2040)
@@ -1092,7 +1092,8 @@
 	/*
 	 * Spawn the event handler thread 
 	 */
-	Log2(PCSC_LOG_INFO, "Attempting startup of %s.", rContext->lpcReader);
+	Log3(PCSC_LOG_INFO, "Attempting startup of %s using %s",
+		rContext->lpcReader, rContext->lpcLibrary);
 
   /******************************************/
 	/*




More information about the Pcsclite-cvs-commit mailing list