Changeset 13134 for trunk/FACT++


Ignore:
Timestamp:
03/16/12 12:57:17 (13 years ago)
Author:
tbretz
Message:
Added a warning message to help debugging.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/biasctrl.cc

    r13109 r13134  
    662662
    663663        fSendCounter += kNumChannels;
     664
     665        if (fWaitingForAnswer>=0)
     666        {
     667            ostringstream msg;
     668            msg << "SetAllChannels while waiting for answer to last command (id=" << fWaitingForAnswer << ")";
     669            Warn(msg);
     670        }
    664671
    665672        PostMessage(data);
Note: See TracChangeset for help on using the changeset viewer.