[Pcsclite-cvs-commit] PCSC/src tokenparser.l,1.13,1.14

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv28898

Modified Files:
	tokenparser.l 
Log Message:
LTPBundleFindValueWithKey(): also print the configuration filename if
the key is not found


Index: tokenparser.l
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/tokenparser.l,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- tokenparser.l	17 Jun 2004 06:44:01 -0000	1.13
+++ tokenparser.l	24 Aug 2004 18:58:57 -0000	1.14
@@ -129,8 +129,8 @@
 		if (tokenIndice == 0)
 		{
 			/* Not defined at all */
-			DebugLogC("Value/Key not defined for: %s, indice: %d",
-				tokenKey, tokenIndice);
+			DebugLogC("Value/Key not defined for: %s in %s",
+				tokenKey, fileName);
 		}
 		ret = -1;
 	}