summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/tpl/parser.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tpl/parser.tpl b/scripts/tpl/parser.tpl
index 4936b10..67ce764 100644
--- a/scripts/tpl/parser.tpl
+++ b/scripts/tpl/parser.tpl
@@ -30,7 +30,7 @@ namespace Generic
void parse{0}Node({0}Node *node)
{{
fillType(node);
-{3} Log::log(node);
+{3} Log::dump(node);
{4}}}
}}