Index: trunk/MagicSoft/Mars/mranforest/MRanForest.cc
===================================================================
--- trunk/MagicSoft/Mars/mranforest/MRanForest.cc	(revision 7398)
+++ trunk/MagicSoft/Mars/mranforest/MRanForest.cc	(revision 7409)
@@ -419,7 +419,7 @@
 
         if(calcResolution)
-            *fLog << "no. of tree    no. of nodes    resolution in % (from oob-data -> overest. of error)" << endl;
+            *fLog << "no. of tree  no. of nodes  resolution in % (from oob-data -> overest. of error)" << endl;
         else
-            *fLog << "no. of tree    no. of nodes    rms in % (from oob-data -> overest. of error)" << endl;
+            *fLog << "no. of tree  no. of nodes  rms in % (from oob-data -> overest. of error)" << endl;
                      //        12345678901234567890123456789012345678901234567890
     }
@@ -509,6 +509,6 @@
     // give running output
     *fLog << inf << setw(5)  << fTreeNo;
-    *fLog << inf << setw(20) << fRanTree->GetNumEndNodes();
-    *fLog << inf << Form("%20.2f", ferr*100.);
+    *fLog << inf << setw(18) << fRanTree->GetNumEndNodes();
+    *fLog << inf << Form("%18.2f", ferr*100.);
     *fLog << inf << endl;
 
