Changeset 8905 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
06/01/08 12:18:43 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8904 r8905  
    2424   * callisto.cc, star.cc:
    2525     - renamed new option to "--null-dev" (clashes with MLog options)
     26
     27   * mbase/MContinue.cc:
     28     - improved output
    2629
    2730
  • trunk/MagicSoft/Mars/mbase/MContinue.cc

    r8642 r8905  
    138138    if (!fTaskList)
    139139    {
    140         *fLog << err << dbginf << "ERROR - MTasklist not found... abort." << endl;
     140        *fLog << err << dbginf << "ERROR - MTaskList with this not found... abort." << endl;
    141141        return kFALSE;
    142142    }
Note: See TracChangeset for help on using the changeset viewer.