[Pcsclite-cvs-commit] r3198 - /trunk/Drivers/ccid/src/debug.h

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Nov 10 12:11:28 UTC 2008


Author: rousseau
Date: Mon Nov 10 12:11:28 2008
New Revision: 3198

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3198
Log:
#define DEBUG_PERIODIC3

Modified:
    trunk/Drivers/ccid/src/debug.h

Modified: trunk/Drivers/ccid/src/debug.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/debug.h?rev=3198&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/debug.h (original)
+++ trunk/Drivers/ccid/src/debug.h Mon Nov 10 12:11:28 2008
@@ -78,6 +78,8 @@
 
 #define DEBUG_PERIODIC2(fmt, data) if (LogLevel & DEBUG_LEVEL_PERIODIC) Log2(PCSC_LOG_DEBUG, fmt, data)
 
+#define DEBUG_PERIODIC3(fmt, data1, data2) if (LogLevel & DEBUG_LEVEL_PERIODIC) Log3(PCSC_LOG_DEBUG, fmt, data1, data2)
+
 /* DEBUG_COMM */
 #define DEBUG_COMM(fmt) if (LogLevel & DEBUG_LEVEL_COMM) Log1(PCSC_LOG_DEBUG, fmt)
 




More information about the Pcsclite-cvs-commit mailing list