Index: trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc
===================================================================
--- trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc	(revision 3144)
+++ trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc	(revision 3199)
@@ -357,4 +357,6 @@
         // The containers should be written in Splitlevel=1
         //
+        *fLog << inf << "Creating Branch " << cname << " of " << cont->ClassName() << "... " << flush;
+
         TString branchname(cname);
         branchname.Append(".");
@@ -366,8 +368,11 @@
         if (!branch)
         {
+            *fLog << endl;
             *fLog << err << "Unable to create branch '" << cname << "'." << endl;
             return kFALSE;
         }
 
+        *fLog << "done." << endl;
+
         //
         // Tell the entry also which branch belongs to it (this is necessary
@@ -375,5 +380,4 @@
         //
         entry->SetBranch(branch);
-        *fLog << inf << "Created Branch " << cname << " of " << cont->ClassName() << "." << endl;
     }
     return kTRUE;
