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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Sep 9 09:27:33 UTC 2008


Author: rousseau
Date: Tue Sep  9 09:27:32 2008
New Revision: 3118

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3118
Log:
SCardGetStatusChange(): move "Event Loop End" log after the end label so
the log is displayed

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=3118&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Tue Sep  9 09:27:32 2008
@@ -2237,12 +2237,12 @@
 	}
 	while (1);
 
-	Log1(PCSC_LOG_DEBUG, "Event Loop End");
-
 	if (psContextMap[dwContextIndex].contextBlockStatus == BLOCK_STATUS_RESUME)
 		rv = SCARD_E_CANCELLED;
 
 end:
+	Log1(PCSC_LOG_DEBUG, "Event Loop End");
+
 	SYS_MutexUnLock(psContextMap[dwContextIndex].mMutex);
 
 	PROFILE_END(rv)




More information about the Pcsclite-cvs-commit mailing list