summaryrefslogtreecommitdiff
path: root/src/control.cc
diff options
context:
space:
mode:
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