[SmartcardServices-Changes] [31] trunk/SmartCardServices/src/PCSC/configfile.l

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 30 01:59:38 PDT 2009


Revision: 31
          http://trac.macosforge.org/projects/smartcardservices/changeset/31
Author:   ludovic.rousseau at gmail.com
Date:     2009-07-30 01:59:38 -0700 (Thu, 30 Jul 2009)
Log Message:
-----------
use Log2() instead of (deprecated) debug_msg()

Modified Paths:
--------------
    trunk/SmartCardServices/src/PCSC/configfile.l

Modified: trunk/SmartCardServices/src/PCSC/configfile.l
===================================================================
--- trunk/SmartCardServices/src/PCSC/configfile.l	2009-07-30 08:58:43 UTC (rev 30)
+++ trunk/SmartCardServices/src/PCSC/configfile.l	2009-07-30 08:59:38 UTC (rev 31)
@@ -148,8 +148,7 @@
 
 void tok_error (char *token_error)
 {
-	debug_msg("%s:%d tok_error: invalid value in reader.conf",
-			__FILE__, __LINE__);
+	Log2(PCSC_LOG_ERROR, "tok_error: invalid value in " PCSCLITE_READER_CONFIG ": %s", token_error);
 	badError = 1;
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/smartcardservices-changes/attachments/20090730/6486aeef/attachment.html>


More information about the SmartcardServices-Changes mailing list