summaryrefslogtreecommitdiff
path: root/src/include/debug.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/debug.hpp')
-rw-r--r--src/include/debug.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/debug.hpp b/src/include/debug.hpp
index 2b3b1bee..8aace983 100644
--- a/src/include/debug.hpp
+++ b/src/include/debug.hpp
@@ -67,10 +67,9 @@ public:
}
~TraceLog() {
UNINDENT();
- DEBUG("<< " << m_tag);
if(debug_enabled()) {
auto& os = debug_output(g_debug_indent_level, __FUNCTION__);
- os << "<<" << m_tag;
+ os << " << " << m_tag;
m_ret(os);
os << ::std::endl;
}