Index: trunk/FACT++/src/ratecontrol.cc
===================================================================
--- trunk/FACT++/src/ratecontrol.cc	(revision 14492)
+++ trunk/FACT++/src/ratecontrol.cc	(revision 14493)
@@ -118,5 +118,5 @@
             Out() << idx/40 << "|" << (idx/4)%10 << "|" << idx%4;
             Out() << (step>0 ? " += " : " -= ");
-            Out() << step << " (" << diff << ")" << endl;
+            Out() << fabs(step) << " (" << diff << ")" << endl;
         }
 
