some more helpful debug info

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1808 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent ae504d411f
commit aa0dbfa4ee

@ -170,7 +170,7 @@ bool DSMChartReader::importModule(const string& mod_cmd, const string& mod_path)
SCFactoryCreate fc = NULL;
if ((fc = (SCFactoryCreate)dlsym(h_dl,SC_FACTORY_EXPORT_STR)) == NULL) {
ERROR("invalid SC module '%s'\n", fname.c_str());
ERROR("invalid SC module '%s' (SC_EXPORT missing?)\n", fname.c_str());
return false;
}

Loading…
Cancel
Save