1
0
Fork 0

Reduce logging messages.

ycs232-kbc
Jonathan Naylor 7 years ago
parent 253af16694
commit 63fa0a2cda

@ -166,7 +166,8 @@ void CFCSNetwork::clock(unsigned int ms)
CUtils::dump(1U, "FCS Network Data Received", buffer, length);
if (length == 7) {
LogMessage("Linked to %s", m_reflector.c_str());
if (m_state == FCS_LINKING)
LogMessage("Linked to %s", m_reflector.c_str());
m_state = FCS_LINKED;
writeInfo();
}

Loading…
Cancel
Save