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

rousseau at alioth.debian.org rousseau at alioth.debian.org
Wed Aug 22 12:12:40 UTC 2007


Author: rousseau
Date: 2007-08-22 12:12:39 +0000 (Wed, 22 Aug 2007)
New Revision: 2618

Modified:
   trunk/PCSC/src/readerfactory.c
Log:
RFLoadReader(): change the log message from a scary "Warning" to a more
informative one


Modified: trunk/PCSC/src/readerfactory.c
===================================================================
--- trunk/PCSC/src/readerfactory.c	2007-08-21 21:14:23 UTC (rev 2617)
+++ trunk/PCSC/src/readerfactory.c	2007-08-22 12:12:39 UTC (rev 2618)
@@ -822,7 +822,8 @@
 {
 	if (rContext->vHandle != 0)
 	{
-		Log1(PCSC_LOG_INFO, "Warning library pointer not NULL");
+		Log2(PCSC_LOG_INFO, "Reusing already loaded driver for %s",
+			rContext->lpcLibrary);
 		/*
 		 * Another reader exists with this library loaded
 		 */




More information about the Pcsclite-cvs-commit mailing list