Changeset 9039 for trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
- Timestamp:
- 07/23/08 14:15:14 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r9038 r9039 2239 2239 list.Add(new TNamed(GetName(), GetTitle())); 2240 2240 2241 c->SetTitle(gFile->GetName()); 2241 2242 list.Add(c); 2242 2243 } … … 2246 2247 if (list.GetEntries()==0) 2247 2248 { 2248 *fLog << warn << "MStatusDisplay::Read: No objects read ."<< endl;2249 *fLog << warn << "MStatusDisplay::Read: No objects read from " << gFile->GetName() << endl; 2249 2250 return 0; 2250 2251 }
Note:
See TracChangeset
for help on using the changeset viewer.