made that parsing error more clear

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1333 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 18 years ago
parent ec843be635
commit 8a58e7d470

@ -217,7 +217,7 @@ bool DSMChartReader::decode(DSMStateDiagram* e, const string& chart,
if (stack.empty()) {
if (token == ";")
continue;
ERROR("I do not understand '%s'\n", token.c_str());
ERROR("Without context I do not understand '%s'\n", token.c_str());
return false;
}

Loading…
Cancel
Save