From 3168dfe866620f3c68e37c1ac2838af0ee1bda8d Mon Sep 17 00:00:00 2001 From: John Hodge Date: Wed, 26 Oct 2016 18:17:16 +0800 Subject: Resolve Use - Fix alternate binding code --- src/resolve/absolute.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resolve/absolute.cpp') diff --git a/src/resolve/absolute.cpp b/src/resolve/absolute.cpp index 1077702a..d8b167c4 100644 --- a/src/resolve/absolute.cpp +++ b/src/resolve/absolute.cpp @@ -420,7 +420,7 @@ struct Context } // Top-level module - DEBUG("- Top module"); + DEBUG("- Top module (" << m_mod.path() << ")"); ::AST::Path rv; if( this->lookup_in_mod(m_mod, name, mode, rv) ) { return rv; -- cgit v1.2.3