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

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


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

Modified Files:
	ccid.c 
Log Message:
ccid_error(): use log_msg() instead of debug_msg()


--- /cvsroot/pcsclite/Drivers/ccid/src/ccid.c	2005/03/14 18:56:49	1.14
+++ /cvsroot/pcsclite/Drivers/ccid/src/ccid.c	2005/03/17 10:27:57	1.15
@@ -1,6 +1,6 @@
 /*
     ccid.c: CCID common code
-    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
@@ -18,7 +18,7 @@
 */
 
 /*
- * $Id: ccid.c,v 1.14 2005/03/14 18:56:49 rousseau Exp $
+ * $Id: ccid.c,v 1.15 2005/03/17 10:27:57 rousseau Exp $
  */
 
 #include <stdio.h>
@@ -229,7 +229,7 @@
 				text = "Unknown CCID error";
 			break;
 	}
-	debug_msg("%s:%d:%s %s", file, line, function, text);
+	log_msg(PCSC_LOG_ERROR, "%s:%d:%s %s", file, line, function, text);
 
 } /* ccid_error */