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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Jun 22 12:56:52 UTC 2010


Author: rousseau
Date: Tue Jun 22 12:56:50 2010
New Revision: 5033

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5033
Log:
Add DEBUG_CRITICAL5() function

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=5033&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/debug.h (original)
+++ trunk/Drivers/ccid/src/debug.h Tue Jun 22 12:56:50 2010
@@ -62,6 +62,8 @@
 
 #define DEBUG_CRITICAL4(fmt, data1, data2, data3) if (LogLevel & DEBUG_LEVEL_CRITICAL) Log4(PCSC_LOG_CRITICAL, fmt, data1, data2, data3)
 
+#define DEBUG_CRITICAL5(fmt, data1, data2, data3, data4) if (LogLevel & DEBUG_LEVEL_CRITICAL) Log5(PCSC_LOG_CRITICAL, fmt, data1, data2, data3, data4)
+
 /* DEBUG_INFO */
 #define DEBUG_INFO(fmt) if (LogLevel & DEBUG_LEVEL_INFO) Log1(PCSC_LOG_INFO, fmt)
 




More information about the Pcsclite-cvs-commit mailing list