Suppressing some logging

This commit is contained in:
Dan Paulat 2021-07-25 08:30:25 -05:00
parent 30fadcfbb6
commit 63c0034b64
7 changed files with 11 additions and 6 deletions

View file

@ -1267,7 +1267,7 @@ float RdaAdaptationData::txb_alarm_thresh() const
bool RdaAdaptationData::Parse(std::istream& is)
{
BOOST_LOG_TRIVIAL(debug)
BOOST_LOG_TRIVIAL(trace)
<< logPrefix_ << "Parsing RDA Adaptation Data (Message Type 18)";
bool messageValid = true;