Changeset 13759 for trunk/FACT++/src


Ignore:
Timestamp:
05/16/12 15:34:12 (12 years ago)
Author:
tbretz
Message:
Show message 'Ratescan in progress.'
File:
1 edited

Legend:

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

    r13751 r13759  
    10681068            out << col << '\t';
    10691069
     1070            if (fMcpConfigurationState!=5 &&
     1071                fMcpConfigurationState!=11 &&
     1072                fMcpConfigurationState!=12)
     1073                out << "Configuring ";
     1074            out << fMcpConfigurationName;
     1075
    10701076            if (fDimRateControl.state()==5/*kStateSettingGlobalThreshold*/)
    1071                 out << "Rate control in progress";
    1072             else
    1073             {
    1074                 if (fMcpConfigurationState!=5 &&
    1075                     fMcpConfigurationState!=11 &&
    1076                     fMcpConfigurationState!=12)
    1077                     out << "Configuring ";
    1078                 out << fMcpConfigurationName;
    1079             }
     1077                out << "Calibrating threshold";
     1078
     1079            if (fDimRateScan.state()==5/*kStateSettingGlobalThreshold*/)
     1080                out << "Rate scan in progress";
    10801081
    10811082            if (fDimMcp.state()>5 && fDimRateControl.state()!=5)
Note: See TracChangeset for help on using the changeset viewer.