missing string to print in DBG

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1117 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent 8c338e4912
commit b05d8cfdcd

@ -145,7 +145,7 @@ int DSMFactory::onLoad()
DSMChartReader reader;
for (vector<string>::iterator it=
preload_names.begin(); it != preload_names.end(); it++) {
DBG("preloading '%s'...\n");
DBG("preloading '%s'...\n", it->c_str());
if (!reader.importModule("import("+*it+")", ModPath)) {
ERROR("importing module '%s' for preload\n", it->c_str());
return -1;

@ -4,7 +4,7 @@
o better error handling (exceptions)
o 'not' operator on conditions
o 'or' operator
o provide session init function for modules
x provide session init function for modules
o embed python interpreter in module ?
-> py( ... python code ... ) condition and action
o correct en/decode DI args (e.g. arrays)

Loading…
Cancel
Save