Index: /trunk/FACT++/src/biasctrl.cc
===================================================================
--- /trunk/FACT++/src/biasctrl.cc	(revision 11949)
+++ /trunk/FACT++/src/biasctrl.cc	(revision 11950)
@@ -1004,9 +1004,6 @@
         {
             const int id = c+kNumChannelsPerBoard*b;
+            Out() << (fCurrent[id]<0?kRed:kGreen);
             Out() << " " << setw(7) << abs(fCurrent[id])*5000/4096.;
-            if (fCurrent[id]<0)
-                Out() << "!";
-            else
-                Out() << " ";
         }
         Out() << endl;
@@ -1040,4 +1037,5 @@
             const int id = c+kNumChannelsPerBoard*b;
             Out() << " ";
+            Out() << (fVolt[id]==fVoltRef[id]?kGreen:kRed);
             Out() << setw(5) << fVolt[id]*90/4096. << '/';
             Out() << setw(5) << fVoltRef[id]*90/4096.;
@@ -1729,6 +1727,5 @@
         ("volt-max",        var<float>(75),      "Upper limit for the voltage which can be applied in Volts")
         ;
-    // FIXME: Make sure ramping / request and commands are
-    //        not sent at the same time.
+    // FIXME: Add a bit for OC... there is no -0
 
     conf.AddOptions(control);
