[Pcsclite-cvs-commit] r6798 - trunk/Drivers/ccid/src

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Tue Nov 26 13:49:00 UTC 2013


Author: rousseau
Date: 2013-11-26 13:49:00 +0000 (Tue, 26 Nov 2013)
New Revision: 6798

Modified:
   trunk/Drivers/ccid/src/debug.h
Log:
Add DEBUG_INFO5() macro


Modified: trunk/Drivers/ccid/src/debug.h
===================================================================
--- trunk/Drivers/ccid/src/debug.h	2013-11-25 18:14:36 UTC (rev 6797)
+++ trunk/Drivers/ccid/src/debug.h	2013-11-26 13:49:00 UTC (rev 6798)
@@ -73,6 +73,8 @@
 
 #define DEBUG_INFO4(fmt, data1, data2, data3) if (LogLevel & DEBUG_LEVEL_INFO) Log4(PCSC_LOG_INFO, fmt, data1, data2, data3)
 
+#define DEBUG_INFO5(fmt, data1, data2, data3, data4) if (LogLevel & DEBUG_LEVEL_INFO) Log5(PCSC_LOG_INFO, fmt, data1, data2, data3, data4)
+
 #define DEBUG_INFO_XXD(msg, buffer, size) if (LogLevel & DEBUG_LEVEL_INFO) log_xxd(PCSC_LOG_INFO, msg, buffer, size)
 
 /* DEBUG_PERIODIC */




More information about the Pcsclite-cvs-commit mailing list