summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-09 20:22:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-09 20:22:17 +0300
commit7f3d24b7b0fe495b55626a21c9696b995f6082cf (patch)
treee8d8c4efd2d047814e94daf497679b81ace1ac92 /scripts
parent143d9622eb4bbbb4619b2bbffd649809af7a8543 (diff)
downloadparanucker-7f3d24b7b0fe495b55626a21c9696b995f6082cf.tar.gz
paranucker-7f3d24b7b0fe495b55626a21c9696b995f6082cf.tar.bz2
paranucker-7f3d24b7b0fe495b55626a21c9696b995f6082cf.tar.xz
paranucker-7f3d24b7b0fe495b55626a21c9696b995f6082cf.zip
Update autogeneration template.
Diffstat (limited to 'scripts')
-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}}}
}}