Changeset 16831


Ignore:
Timestamp:
06/14/13 10:36:59 (11 years ago)
Author:
tbretz
Message:
Do not print any thresholds when the ratecontrol is not in operation.
File:
1 edited

Legend:

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

    r16786 r16831  
    102102
    103103        if (fThresholds.empty())
     104            return;
     105
     106        if (GetCurrentState()<=RateControl::State::kConnected)
    104107            return;
    105108
Note: See TracChangeset for help on using the changeset viewer.