mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-05 22:35:42 +00:00
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…
Add table
Add a link
Reference in a new issue