Ignore:
Timestamp:
07/23/08 14:15:14 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc

    r9038 r9039  
    22392239                list.Add(new TNamed(GetName(), GetTitle()));
    22402240
     2241            c->SetTitle(gFile->GetName());
    22412242            list.Add(c);
    22422243        }
     
    22462247        if (list.GetEntries()==0)
    22472248        {
    2248             *fLog << warn << "MStatusDisplay::Read: No objects read." << endl;
     2249            *fLog << warn << "MStatusDisplay::Read: No objects read from " << gFile->GetName() << endl;
    22492250            return 0;
    22502251        }
Note: See TracChangeset for help on using the changeset viewer.