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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/debug.hpp b/src/include/debug.hpp
index 8aace983..c9fd20eb 100644
--- a/src/include/debug.hpp
+++ b/src/include/debug.hpp
@@ -68,7 +68,7 @@ public:
~TraceLog() {
UNINDENT();
if(debug_enabled()) {
- auto& os = debug_output(g_debug_indent_level, __FUNCTION__);
+ auto& os = debug_output(g_debug_indent_level, "TraceLog");
os << " << " << m_tag;
m_ret(os);
os << ::std::endl;