[Pcsclite-cvs-commit] PCSC/src configfile.l,1.15,1.16

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


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

Modified Files:
	configfile.l 
Log Message:
if the file referenced by DEVICENAME can't be use (because it is not a
correct filename) we now display:
You should use 'DEVICENAME /dev/null' if your driver does not use this field


Index: configfile.l
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/configfile.l,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- configfile.l	10 Jun 2004 14:57:47 -0000	1.15
+++ configfile.l	1 Aug 2004 15:55:28 -0000	1.16
@@ -93,6 +93,7 @@
 				{
 					DebugLogC("Error with device %s: %s",
 						pcDevicename, strerror(errno));
+					DebugLogA("You should use 'DEVICENAME /dev/null' if your driver does not use this field");
 					badError = 1;
 				}
 			}