Add some missing NS_LOG_PARAM* definitions in optimized build
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Thu, 15 Nov 2007 10:16:26 +0000
changeset 1830 8fead8808f3f
parent 1829 4a4799006fab
child 1831 e86e659900f8
child 2116 de16931a4f1c
Add some missing NS_LOG_PARAM* definitions in optimized build
src/core/log.h
--- a/src/core/log.h	Thu Nov 15 10:15:16 2007 +0100
+++ b/src/core/log.h	Thu Nov 15 10:16:26 2007 +0000
@@ -268,7 +268,10 @@
 #define NS_LOG_DEBUG(msg)
 #define NS_LOG_INFO(msg)
 #define NS_LOG_FUNCTION
-#define NS_LOG_PARAM(msg)
+#define NS_LOG_PARAMS(parameters)
+#define NS_LOG_PARAMS_BEGIN()
+#define NS_LOG_PARAM(param)
+#define NS_LOG_PARAMS_END()
 #define NS_LOG_LOGIC(msg)
 #define NS_LOG_UNCOND(msg)