summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-06-08 22:53:16 +0800
committerJohn Hodge <tpg@mutabah.net>2016-06-08 22:53:16 +0800
commite637dc66e04a587764dbb48a54765c1526dbaa3f (patch)
treea46b0318404a1d7c23669307b3ea9e8cb2a3f74e /src/include
parent0c50c6f50831bc79c12aed4e3a83ab8919661d34 (diff)
downloadmrust-e637dc66e04a587764dbb48a54765c1526dbaa3f.tar.gz
HIR - Lower associated type bounds, use those in typeck
Diffstat (limited to 'src/include')
-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;