[Pcsclite-cvs-commit] r2850 - /trunk/PCSC/src/winscard_clnt.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Mar 14 15:59:28 UTC 2008


Author: rousseau
Date: Fri Mar 14 15:59:28 2008
New Revision: 2850

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2850
Log:
SCardCheckDaemonAvailability(): lower the priority of the log message in
case of "PCSC restarted" so that nothing is logged by default.
PCSCLITE_DEBUG can be defined to see the message.

See also revision 2731

Modified:
    trunk/PCSC/src/winscard_clnt.c

Modified: trunk/PCSC/src/winscard_clnt.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard_clnt.c?rev=2850&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Fri Mar 14 15:59:28 2008
@@ -3517,7 +3517,7 @@
 			{
 				int i;
 
-				Log1(PCSC_LOG_ERROR, "PCSC restarted");
+				Log1(PCSC_LOG_INFO, "PCSC restarted");
 
 				/* invalid all handles */
 				SCardLockThread();




More information about the Pcsclite-cvs-commit mailing list