summaryrefslogtreecommitdiff
path: root/context.cc
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-06-27 10:04:57 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-06-27 10:04:57 (GMT)
commit8b69cec1f8c4e579e3183a7099e0648a8ffffdd7 (patch)
tree9ec87d508edda186e15a619503e2c8803de45b2e /context.cc
parente8218ae0c73e6963362181df6c5736a4eef0900c (diff)
Clifford Wolf:
Some UI improvements git-svn-id: http://svn.clifford.at/openscad/trunk@33 b57f626f-c46c-0410-a088-ec61d464b74c
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