[Pcsclite-cvs-commit] CVS Drivers/ccid/src

CVS User rousseau ludovic.rousseau@free.fr
Thu, 17 Mar 2005 03:22:19 -0700


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory haydn:/tmp/cvs-serv14249

Modified Files:
	ifdhandler.c 
Log Message:
init_driver(): use DEBUG_INFO2() instead of debug_msg()


--- /cvsroot/pcsclite/Drivers/ccid/src/ifdhandler.c	2005/03/14 18:56:52	1.59
+++ /cvsroot/pcsclite/Drivers/ccid/src/ifdhandler.c	2005/03/17 10:22:18	1.60
@@ -1,6 +1,6 @@
 /*
     ifdhandler.c: IFDH API
-    Copyright (C) 2003   Ludovic Rousseau
+    Copyright (C) 2003-2005   Ludovic Rousseau
 
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
@@ -17,7 +17,7 @@
     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 */
 
-/* $Id: ifdhandler.c,v 1.59 2005/03/14 18:56:52 rousseau Exp $ */
+/* $Id: ifdhandler.c,v 1.60 2005/03/17 10:22:18 rousseau Exp $ */
 
 #include <stdio.h>
 #include <string.h>
@@ -995,8 +995,7 @@
 		LogLevel = strtoul(keyValue, NULL, 0);
 
 		/* print the log level used */
-		debug_msg("%s:%d:%s LogLevel: 0x%.4X", __FILE__, __LINE__, __FUNCTION__,
-			LogLevel);
+		DEBUG_INFO2("LogLevel: 0x%.4X", LogLevel);
 	}
 
 	/* Driver options */
@@ -1006,8 +1005,7 @@
 		DriverOptions = strtoul(keyValue, NULL, 0);
 
 		/* print the log level used */
-		debug_msg("%s:%d:%s DriverOptions: 0x%.4X", __FILE__, __LINE__,
-			__FUNCTION__, DriverOptions);
+		DEBUG_INFO2("DriverOptions: 0x%.4X", DriverOptions);
 	}
 
 	/* initialise the Lun to reader_index mapping */