[Pcsclite-cvs-commit] r3028 - /trunk/PCSC/src/eventhandler.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Jun 26 13:50:05 UTC 2008


Author: rousseau
Date: Thu Jun 26 13:50:05 2008
New Revision: 3028

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3028
Log:
EHStatusHandlerThread(): lower the log level when the polling thread is
dying

Modified:
    trunk/PCSC/src/eventhandler.c

Modified: trunk/PCSC/src/eventhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/eventhandler.c?rev=3028&op=diff
==============================================================================
--- trunk/PCSC/src/eventhandler.c (original)
+++ trunk/PCSC/src/eventhandler.c Thu Jun 26 13:50:05 2008
@@ -481,7 +481,7 @@
 			/*
 			 * Exit and notify the caller
 			 */
-			Log1(PCSC_LOG_CRITICAL, "Die");
+			Log1(PCSC_LOG_INFO, "Die");
 			rContext->dwLockId = 0;
 			SYS_ThreadExit(NULL);
 		}




More information about the Pcsclite-cvs-commit mailing list