[Pcsclite-cvs-commit] PCSC/src tokenfactory.c,1.15,1.16

rousseau@quantz.debian.org rousseau@quantz.debian.org
Wed, 15 Oct 2003 22:27:58 +0200


Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv17502/src

Modified Files:
	tokenfactory.c 
Log Message:
correct a typo


Index: tokenfactory.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/tokenfactory.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- tokenfactory.c	30 Sep 2003 20:08:53 -0000	1.15
+++ tokenfactory.c	15 Oct 2003 20:27:55 -0000	1.16
@@ -379,7 +379,7 @@
 	if (rv != 0)
 	{
 		DebugLogA("Error: Matching Token ATR Not Found.");
-		DebugXxd("ATR  : ", pConnection->tokenInfo.tokenId,
+		DebugXxd("ATR: ", pConnection->tokenInfo.tokenId,
 			pConnection->tokenInfo.tokenIdLength);
 
 		return SCARD_E_CARD_UNSUPPORTED;