Changeset 5869 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 01/17/05 11:54:30 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTask.cc
r5713 r5869 207 207 fNumExec0 = GetNumExecutionsTotal(); 208 208 209 *fLog << all << fName<< "... " << flush;209 *fLog << all << GetDescriptor() << "... " << flush; 210 210 if (fDisplay) 211 211 fDisplay->SetStatusLine2(*this); … … 270 270 fIsPreprocessed = kFALSE; 271 271 272 *fLog << all << fName<< "... " << flush;272 *fLog << all << GetDescriptor() << "... " << flush; 273 273 if (fDisplay) 274 274 fDisplay->SetStatusLine2(*this);
Note:
See TracChangeset
for help on using the changeset viewer.