From e637dc66e04a587764dbb48a54765c1526dbaa3f Mon Sep 17 00:00:00 2001 From: John Hodge Date: Wed, 8 Jun 2016 22:53:16 +0800 Subject: HIR - Lower associated type bounds, use those in typeck --- src/include/debug.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') 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; -- cgit v1.2.3