Index: trunk/FACT++/src/ratecontrol.cc
===================================================================
--- trunk/FACT++/src/ratecontrol.cc	(revision 15090)
+++ trunk/FACT++/src/ratecontrol.cc	(revision 15091)
@@ -183,8 +183,5 @@
 
         if (fVerbose)
-        {
-            Out() << "Patch: Median=" << mp << " Dev=" << dp << endl;
-            Out() << "Board: Median=" << mb << " Dev=" << db << endl;
-        }
+            Out() << Tools::Form("Board: Med=%3.1f +- %3.1f   Patch: Med=%3.1f +- %3.1f", mb, db, mp, dp) << endl;
 
         for (int i=0; i<40; i++)
@@ -568,5 +565,5 @@
 
         ostringstream out;
-        out << "Rate calibration by current " << fThresholdReference << ".";
+        out << "Rate calibration by current with min. threshold of " << fThresholdReference << ".";
         Info(out);
 
