Skip to content

Commit

Permalink
refactor message;
Browse files Browse the repository at this point in the history
  • Loading branch information
gatekeep committed Jan 7, 2025
1 parent 3347035 commit 1a8f3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/modem/port/specialized/V24UDPPort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void V24UDPPort::clock(uint32_t ms)

m_timeoutTimer.clock(ms);
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_reqConnectionToPeer = true;
m_establishedConnection = false;
Expand Down

0 comments on commit 1a8f3bc

Please sign in to comment.