Changeset 2296 for trunk/MagicSoft/Mars/mfileio/MReadTree.cc
- Timestamp:
- 07/29/03 13:18:57 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadTree.cc
r2206 r2296 121 121 122 122 if (fname) 123 if (fChain->Add(fname)>0) 124 SetBit(kChainWasChanged); 123 AddFile(fname); 124 // if (fChain->Add(fname)>0) 125 // SetBit(kChainWasChanged); 125 126 } 126 127 … … 586 587 if (!GetEntries()) 587 588 { 588 *fLog << warn << dbginf << "No entries found in file(s)" << endl;589 *fLog << warn << GetDescriptor() << ": No entries found in file(s)" << endl; 589 590 return kFALSE; 590 591 }
Note:
See TracChangeset
for help on using the changeset viewer.