Author: sayer
Date: 2008-10-14 22:44:04 +0200 (Tue, 14 Oct 2008)
New Revision: 1117

Modified:
   trunk/apps/dsm/DSM.cpp
   trunk/apps/dsm/doc/todo.txt
Log:
missing string to print in DBG

Modified: trunk/apps/dsm/DSM.cpp
===================================================================
--- trunk/apps/dsm/DSM.cpp      2008-10-14 20:21:14 UTC (rev 1116)
+++ trunk/apps/dsm/DSM.cpp      2008-10-14 20:44:04 UTC (rev 1117)
@@ -145,7 +145,7 @@
     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;

Modified: trunk/apps/dsm/doc/todo.txt
===================================================================
--- trunk/apps/dsm/doc/todo.txt 2008-10-14 20:21:14 UTC (rev 1116)
+++ trunk/apps/dsm/doc/todo.txt 2008-10-14 20:44:04 UTC (rev 1117)
@@ -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)

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

Reply via email to