Changeset 5779 for trunk/MagicSoft/Mars
- Timestamp:
- 01/10/05 18:09:10 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5777 r5779 118 118 - enahanced informal output in PreProcess 119 119 120 * mbase/MTaskList.cc: 121 - a little change to some output 122 120 123 121 124 -
trunk/MagicSoft/Mars/mbase/MTaskList.cc
r5692 r5779 602 602 // an error occured: stop eventloop and return: failed 603 603 // 604 *fLog << err << dbginf << "Fatal error occured... stopped." << endl;604 *fLog << err << "Fatal error occured while Process() of " << task->GetDescriptor() << "... stopped." << endl; 605 605 rc = kERROR; 606 606 break;
Note:
See TracChangeset
for help on using the changeset viewer.