Bring debug logging into line with the other modes.

This commit is contained in:
Jonathan Naylor 2016-10-14 09:30:10 +01:00 committed by GitHub
parent 3aca425821
commit 9f65e2f4ef

View file

@ -415,7 +415,7 @@ void CP25Network::clock(unsigned int ms)
return;
if (m_debug)
CUtils::dump(1U, "P25 Network Received", buffer, length);
CUtils::dump(1U, "P25 Network Data Received", buffer, length);
unsigned char c = length;
m_buffer.addData(&c, 1U);