summaryrefslogtreecommitdiff
path: root/context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'context.cc')
-rw-r--r--context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/context.cc b/context.cc
index f847c16..fe36a61 100644
--- a/context.cc
+++ b/context.cc
@@ -89,7 +89,7 @@ AbstractNode *Context::evaluate_module(QString name, const QVector<QString> &arg
return modules_p->value(name)->evaluate(this, argnames, argvalues, child_nodes);
if (parent)
return parent->evaluate_module(name, argnames, argvalues, child_nodes);
- printf("WARNING: Ignoring unkown module '%s'.\n", name.toAscii().data());
+ PRINTA("WARNING: Ignoring unkown module '%1'.", name);
return NULL;
}
contact: Jan Huwald // Impressum