author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
Fri, 16 Feb 2007 09:42:53 +0100 | |
changeset 285 | 56866666cc24 |
parent 284 | 3749e29d9a63 |
child 286 | 57e6a2006962 |
src/core/debug.h | file | annotate | diff | comparison | revisions |
--- a/src/core/debug.h Fri Feb 16 09:40:19 2007 +0100 +++ b/src/core/debug.h Fri Feb 16 09:42:53 2007 +0100 @@ -118,7 +118,7 @@ * Generate debugging output unconditionally in all * debug builds. */ -#define NS_DEBUG_UNCOND (msg) \ +#define NS_DEBUG_UNCOND(msg) \ std::cout << msg << std::endl; #else /* NS3_DEBUG_ENABLE */