Clean up D-Star network status log message.

This commit is contained in:
Jonathan Naylor 2016-02-03 08:07:05 +00:00
parent 843f83611d
commit 2ca7d85167

View file

@ -207,7 +207,7 @@ void CDStarNetwork::clock(unsigned int ms)
case 0x00U: // NETWORK_TEXT;
m_linkStatus = LINK_STATUS(buffer[25U]);
::memcpy(m_linkReflector, buffer + 26U, DSTAR_LONG_CALLSIGN_LENGTH);
LogMessage("D-Star link status set to \"%s\"", buffer + 5U);
LogMessage("D-Star link status set to \"%20.20s\"", buffer + 5U);
return;
case 0x01U: // NETWORK_TEMPTEXT;