refactor message;

82-dvmbridge---implement-notch-filter-for-2175hz-trc-guard-tone
Bryan Biedenkapp 1 year ago
parent 3347035d0d
commit 1a8f3bcfb9

@ -147,7 +147,7 @@ void V24UDPPort::clock(uint32_t ms)
m_timeoutTimer.clock(ms); m_timeoutTimer.clock(ms);
if (m_timeoutTimer.isRunning() && m_timeoutTimer.hasExpired()) { if (m_timeoutTimer.isRunning() && m_timeoutTimer.hasExpired()) {
LogError(LOG_NET, "PEER %u connection to the DFSI endpoint has timed out, disconnected"); LogError(LOG_NET, "DFSI connection to the remote endpoint has timed out, disconnected");
m_reqConnectionTimer.stop(); m_reqConnectionTimer.stop();
m_reqConnectionToPeer = true; m_reqConnectionToPeer = true;
m_establishedConnection = false; m_establishedConnection = false;

Loading…
Cancel
Save

Powered by TurnKey Linux.