summaryrefslogtreecommitdiff
path: root/src/ast/ast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/ast.cpp')
-rw-r--r--src/ast/ast.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast/ast.cpp b/src/ast/ast.cpp
index 40ce413b..f5d87d72 100644
--- a/src/ast/ast.cpp
+++ b/src/ast/ast.cpp
@@ -735,6 +735,7 @@ int TypeParams::find_name(const char* name) const
if( m_type_params[i].name() == name )
return i;
}
+ DEBUG("Type param '" << name << "' not in list");
return -1;
}