summaryrefslogtreecommitdiff
path: root/src/control.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2012-01-25 02:11:12 (GMT)
committerMarius Kintel <marius@kintel.net>2012-01-25 02:11:12 (GMT)
commiteff1f7f8c91cee34c584a89c5d09e401c609f93e (patch)
tree543ae3bd3587dd3a97fbaa660ad9aaceb5a3823f /src/control.cc
parent16c05eb533f94799a80f5b98c01e952e1cfe337b (diff)
Ported printutils away from Qt
Diffstat (limited to 'src/control.cc')
-rw-r--r--src/control.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control.cc b/src/control.cc
index 2275c79..1d87551 100644
--- a/src/control.cc
+++ b/src/control.cc
@@ -132,7 +132,7 @@ AbstractNode *ControlModule::evaluate(const Context*, const ModuleInstantiation
if (!inst->argnames[i].empty()) msg << inst->argnames[i] << " = ";
msg << inst->argvalues[i];
}
- PRINTF("%s", msg.str().c_str());
+ PRINTB("%s", msg.str());
}
if (type == ASSIGN)
contact: Jan Huwald // Impressum