summaryrefslogtreecommitdiffstats
path: root/src/Thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Thread.cpp')
-rw-r--r--src/Thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Thread.cpp b/src/Thread.cpp
index 78edacc..f1b8f99 100644
--- a/src/Thread.cpp
+++ b/src/Thread.cpp
@@ -21,7 +21,7 @@
#include "raul/log.hpp"
#include "raul/Thread.hpp"
-#define LOG(s) s << "[" << _name << "] "
+#define LOG(s) (s("[")(_name)("] "))
using std::endl;