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

rousseau at alioth.debian.org rousseau at alioth.debian.org
Tue Jun 5 06:53:00 UTC 2007


Author: rousseau
Date: 2007-06-05 06:52:59 +0000 (Tue, 05 Jun 2007)
New Revision: 2556

Modified:
   trunk/PCSC/src/readerfactory.c
Log:
RFLoadReader(): use INFO instead of ERROR log level is the same driver
library is use twice. It is not an error.

Thanks to Nils Larsch for the patch


Modified: trunk/PCSC/src/readerfactory.c
===================================================================
--- trunk/PCSC/src/readerfactory.c	2007-05-30 09:44:22 UTC (rev 2555)
+++ trunk/PCSC/src/readerfactory.c	2007-06-05 06:52:59 UTC (rev 2556)
@@ -822,7 +822,7 @@
 {
 	if (rContext->vHandle != 0)
 	{
-		Log1(PCSC_LOG_ERROR, "Warning library pointer not NULL");
+		Log1(PCSC_LOG_INFO, "Warning library pointer not NULL");
 		/*
 		 * Another reader exists with this library loaded
 		 */




More information about the Pcsclite-cvs-commit mailing list