Changeset 3585 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
03/23/04 09:53:33 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3583 r3585  
    2323   * mbase/MContinue.cc, mhbase/MH.cc:
    2424     - changed a warning message to an inf-message
     25
     26   * mfileio/MReadTree.cc:
     27     - added an additional logging message when adding files to a
     28       chain successfully.
    2529
    2630
  • trunk/MagicSoft/Mars/mfileio/MReadTree.cc

    r3584 r3585  
    313313    {
    314314        SetBit(kChainWasChanged);
    315         *fLog << inf << GetDescriptor() " - AddFile: " << numfiles << " files added from " << fname << "." << endl;
     315        *fLog << inf << GetDescriptor() << " - AddFile: " << numfiles << " files added from " << fname << "." << endl;
    316316    }
    317317    else
Note: See TracChangeset for help on using the changeset viewer.