mirror of https://github.com/g4klx/MMDVMHost
Bring debug logging into line with the other modes.
This commit is contained in:
parent
3aca425821
commit
9f65e2f4ef
|
|
@ -415,7 +415,7 @@ void CP25Network::clock(unsigned int ms)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (m_debug)
|
if (m_debug)
|
||||||
CUtils::dump(1U, "P25 Network Received", buffer, length);
|
CUtils::dump(1U, "P25 Network Data Received", buffer, length);
|
||||||
|
|
||||||
unsigned char c = length;
|
unsigned char c = length;
|
||||||
m_buffer.addData(&c, 1U);
|
m_buffer.addData(&c, 1U);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue