Ignore:
Timestamp:
02/16/04 15:37:25 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc

    r2604 r3199  
    357357        // The containers should be written in Splitlevel=1
    358358        //
     359        *fLog << inf << "Creating Branch " << cname << " of " << cont->ClassName() << "... " << flush;
     360
    359361        TString branchname(cname);
    360362        branchname.Append(".");
     
    366368        if (!branch)
    367369        {
     370            *fLog << endl;
    368371            *fLog << err << "Unable to create branch '" << cname << "'." << endl;
    369372            return kFALSE;
    370373        }
    371374
     375        *fLog << "done." << endl;
     376
    372377        //
    373378        // Tell the entry also which branch belongs to it (this is necessary
     
    375380        //
    376381        entry->SetBranch(branch);
    377         *fLog << inf << "Created Branch " << cname << " of " << cont->ClassName() << "." << endl;
    378382    }
    379383    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.