mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 08:10:05 +00:00
Suppressing some logging
This commit is contained in:
parent
30fadcfbb6
commit
63c0034b64
7 changed files with 11 additions and 6 deletions
|
|
@ -1823,7 +1823,7 @@ uint16_t PerformanceMaintenanceData::version() const
|
|||
|
||||
bool PerformanceMaintenanceData::Parse(std::istream& is)
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(debug)
|
||||
BOOST_LOG_TRIVIAL(trace)
|
||||
<< logPrefix_ << "Parsing Performance/Maintenance Data (Message Type 3)";
|
||||
|
||||
bool messageValid = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue