Index: trunk/FACT++/src/biasctrl.cc
===================================================================
--- trunk/FACT++/src/biasctrl.cc	(revision 12338)
+++ trunk/FACT++/src/biasctrl.cc	(revision 12342)
@@ -26,5 +26,5 @@
 using namespace BIAS;
 
-#define DEBUG
+//#define DEBUG
 
 // ------------------------------------------------------------------------
@@ -668,5 +668,5 @@
 
         if (special)
-            fWaitingForAnswer = special ? kResetChannels : kCmdChannelSet;
+            fWaitingForAnswer = kResetChannels;
     }
 
@@ -793,5 +793,5 @@
         {
             ostringstream msg;
-            msg << "Answer on last command (id=" << fWaitingForAnswer << ") not yet received.";
+            msg << "OverCurrentReset - Answer on last command (id=" << fWaitingForAnswer << ") not yet received.";
             Error(msg);
             return;
@@ -817,5 +817,5 @@
         {
             ostringstream msg;
-            msg << "Answer on last command (id=" << fWaitingForAnswer << ") not yet received.";
+            msg << "ReadAllChannels - Answer on last command (id=" << fWaitingForAnswer << ") not yet received.";
             Error(msg);
             return;
@@ -838,5 +838,5 @@
 
         if (!special)
-            fWaitingForAnswer = special ? kUpdate : kCmdRead;
+            fWaitingForAnswer = kCmdRead;
     }
 
@@ -1123,5 +1123,5 @@
         {
             ostringstream msg;
-            msg << "Answer on last command (id=" << fWaitingForAnswer << ") not yet received.";
+            msg << "ExpertReset - Answer on last command (id=" << fWaitingForAnswer << ") not yet received.";
             Error(msg);
             return;
@@ -1142,5 +1142,5 @@
         {
             ostringstream msg;
-            msg << "Answer on last command (id=" << fWaitingForAnswer << ") not yet received.";
+            msg << "ExpertChannelSetDac - Answer on last command (id=" << fWaitingForAnswer << ") not yet received.";
             Error(msg);
             return false;
@@ -1174,5 +1174,5 @@
         {
             ostringstream msg;
-            msg << "Answer on last command (id=" << fWaitingForAnswer << ") not yet received.";
+            msg << "ExpertGlobalSetDac - Answer on last command (id=" << fWaitingForAnswer << ") not yet received.";
             Error(msg);
             return false;
