From dd599c5663c6e5db8bdab0597935550c026d5f7b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 10 May 2012 06:24:07 +0000 Subject: Work towards translatable strings and a cleaner log interface. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4338 a436a847-0d15-0410-975c-d299462d15a1 --- src/Thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Thread.cpp') 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; -- cgit v1.2.1