[Pcsclite-cvs-commit] r2398 - trunk/Drivers/ccid/src
Ludovic Rousseau
rousseau at alioth.debian.org
Sat Feb 17 14:53:54 CET 2007
Author: rousseau
Date: 2007-02-17 14:53:53 +0100 (Sat, 17 Feb 2007)
New Revision: 2398
Modified:
trunk/Drivers/ccid/src/debug.h
Log:
add DEBUG_INFO_XXD()
Modified: trunk/Drivers/ccid/src/debug.h
===================================================================
--- trunk/Drivers/ccid/src/debug.h 2007-02-13 20:26:17 UTC (rev 2397)
+++ trunk/Drivers/ccid/src/debug.h 2007-02-17 13:53:53 UTC (rev 2398)
@@ -71,6 +71,8 @@
#define DEBUG_INFO4(fmt, data1, data2, data3) if (LogLevel & DEBUG_LEVEL_INFO) Log4(PCSC_LOG_INFO, fmt, data1, data2, data3)
+#define DEBUG_INFO_XXD(msg, buffer, size) if (LogLevel & DEBUG_LEVEL_INFO) log_xxd(PCSC_LOG_INFO, msg, buffer, size)
+
/* DEBUG_PERIODIC */
#define DEBUG_PERIODIC(fmt) if (LogLevel & DEBUG_LEVEL_PERIODIC) Log1(PCSC_LOG_DEBUG, fmt)
More information about the Pcsclite-cvs-commit
mailing list