Author: sayer
Date: 2009-03-25 13:58:43 +0100 (Wed, 25 Mar 2009)
New Revision: 1333

Modified:
   trunk/apps/dsm/DSMChartReader.cpp
Log:
made that parsing error more clear

Modified: trunk/apps/dsm/DSMChartReader.cpp
===================================================================
--- trunk/apps/dsm/DSMChartReader.cpp   2009-03-25 12:06:44 UTC (rev 1332)
+++ trunk/apps/dsm/DSMChartReader.cpp   2009-03-25 12:58:43 UTC (rev 1333)
@@ -217,7 +217,7 @@
     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;
     }
 

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to