src/core/model/log.h
changeset 7252 c8200621e252
parent 7169 358f71a624d8
child 7256 b04ba6772f8c
--- a/src/core/model/log.h	Sun May 22 21:57:24 2011 -0700
+++ b/src/core/model/log.h	Sun May 22 22:28:15 2011 -0700
@@ -294,7 +294,7 @@
           NS_LOG_APPEND_CONTEXT;                                \
           std::clog << g_log.Name () << ":"                     \
                     << __FUNCTION__ << "(";                     \
-          ns3::ParameterLogger (std::clog)  << parameters;      \
+          ns3::ParameterLogger (std::clog) << parameters;      \
           std::clog << ")" << std::endl;                        \
         }                                                       \
     }                                                           \