[Pcsclite-cvs-commit] r6669 - trunk/PCSC/UnitaryTests

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Sun Jul 28 09:28:53 UTC 2013


Author: rousseau
Date: 2013-06-25 13:18:22 +0000 (Tue, 25 Jun 2013)
New Revision: 6669

Modified:
   trunk/PCSC/UnitaryTests/SCard_fork.py
Log:
Fix copy-paster in log message


Modified: trunk/PCSC/UnitaryTests/SCard_fork.py
===================================================================
--- trunk/PCSC/UnitaryTests/SCard_fork.py	2013-06-25 12:23:21 UTC (rev 6668)
+++ trunk/PCSC/UnitaryTests/SCard_fork.py	2013-06-25 13:18:22 UTC (rev 6669)
@@ -60,7 +60,7 @@
         print
 
         hresult = SCardDisconnect(hcard, SCARD_LEAVE_CARD)
-        print "son: SCardReleaseContext()", SCardGetErrorMessage(hresult)
+        print "son: SCardDisconnect()", SCardGetErrorMessage(hresult)
         if hresult != SCARD_S_SUCCESS:
             raise BaseSCardException(hresult)
 




More information about the Pcsclite-cvs-commit mailing list