Dave Millman's fix for and rlog problem dev
authorDmitriy Morozov <dmitriy@mrzv.org>
Fri, 06 Dec 2013 19:02:42 -0800
branchdev
changeset 279 a125a3d9c723
parent 278 7479c3f0fc6b
child 280 668bf4bf1bfb
Dave Millman's fix for and rlog problem
include/utilities/log.h
--- a/include/utilities/log.h	Wed Oct 16 09:58:02 2013 -0700
+++ b/include/utilities/log.h	Fri Dec 06 19:02:42 2013 -0800
@@ -12,6 +12,9 @@
 #include <rlog/StdioNode.h>
 #include <sstream>
 
+#undef RLOG_SECTION
+#define RLOG_SECTION
+
 template<class T>
 std::string tostring(const T& t) { std::ostringstream out; out << t; return out.str(); }
 template<class T>