Reduce logging messages.
This commit is contained in:
parent
253af16694
commit
63fa0a2cda
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue