Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3584)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3585)
@@ -23,4 +23,8 @@
    * mbase/MContinue.cc, mhbase/MH.cc:
      - changed a warning message to an inf-message
+
+   * mfileio/MReadTree.cc:
+     - added an additional logging message when adding files to a
+       chain successfully.
 
 
Index: trunk/MagicSoft/Mars/mfileio/MReadTree.cc
===================================================================
--- trunk/MagicSoft/Mars/mfileio/MReadTree.cc	(revision 3584)
+++ trunk/MagicSoft/Mars/mfileio/MReadTree.cc	(revision 3585)
@@ -313,5 +313,5 @@
     {
         SetBit(kChainWasChanged);
-        *fLog << inf << GetDescriptor() " - AddFile: " << numfiles << " files added from " << fname << "." << endl;
+        *fLog << inf << GetDescriptor() << " - AddFile: " << numfiles << " files added from " << fname << "." << endl;
     }
     else
