Ignore:
Timestamp:
01/14/09 12:31:37 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9186 r9219  
    122122    }
    123123
    124     if (!file)
     124    if (!file || TString(name)=="/dev/null")
    125125    {
    126126        file = new TFile(name, option, title, comp);
     
    760760    {
    761761        *fLog << err << "ERROR - MWriteRootFile::ChangeFile... something went terribly wrong!" << endl;
     762        *fLog <<        "        fname: " << fname << endl;
    762763        *fLog <<        "        Please start debugging!" << endl;
    763764        return kFALSE;
Note: See TracChangeset for help on using the changeset viewer.