Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8904)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8905)
@@ -24,4 +24,7 @@
    * callisto.cc, star.cc:
      - renamed new option to "--null-dev" (clashes with MLog options)
+
+   * mbase/MContinue.cc:
+     - improved output
 
 
Index: /trunk/MagicSoft/Mars/mbase/MContinue.cc
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MContinue.cc	(revision 8904)
+++ /trunk/MagicSoft/Mars/mbase/MContinue.cc	(revision 8905)
@@ -138,5 +138,5 @@
     if (!fTaskList)
     {
-        *fLog << err << dbginf << "ERROR - MTasklist not found... abort." << endl;
+        *fLog << err << dbginf << "ERROR - MTaskList with this not found... abort." << endl;
         return kFALSE;
     }
