[Pcsclite-cvs-commit] r4519 - /trunk/PCSC/src/winscard_svc.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Oct 27 15:07:00 UTC 2009


Author: rousseau
Date: Tue Oct 27 15:06:58 2009
New Revision: 4519

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4519
Log:
ContextThread(): add the client ID to the command log message

Modified:
    trunk/PCSC/src/winscard_svc.c

Modified: trunk/PCSC/src/winscard_svc.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard_svc.c?rev=4519&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_svc.c (original)
+++ trunk/PCSC/src/winscard_svc.c Tue Oct 27 15:06:58 2009
@@ -186,7 +186,8 @@
 			goto exit;
 		}
 
-		Log2(PCSC_LOG_DEBUG, "Received command: %s", CommandsText[header.command]);
+		Log3(PCSC_LOG_DEBUG, "Received command: %s from client %d",
+			CommandsText[header.command], filedes);
 
 		switch (header.command)
 		{




More information about the Pcsclite-cvs-commit mailing list