fix optimized build
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue, 15 Apr 2008 15:56:42 -0700
changeset 2986 484e5030c441
parent 2985 fa0747c4ad5e
child 2987 4fe951be604c
fix optimized build
src/core/log.h
--- a/src/core/log.h	Tue Apr 15 15:53:54 2008 -0700
+++ b/src/core/log.h	Tue Apr 15 15:56:42 2008 -0700
@@ -363,7 +363,7 @@
 #define NS_LOG_DEBUG(msg)
 #define NS_LOG_INFO(msg)
 #define NS_LOG_FUNCTION_NOARGS()
-#define NS_LOG_FUNCTION()
+#define NS_LOG_FUNCTION(msg)
 #define NS_LOG_LOGIC(msg)
 #define NS_LOG_UNCOND(msg)