From 9f65e2f4ef1fc3642b8481209696922138768f32 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Fri, 14 Oct 2016 09:30:10 +0100 Subject: [PATCH] Bring debug logging into line with the other modes. --- P25Network.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P25Network.cpp b/P25Network.cpp index 54b38d9..20a65e2 100644 --- a/P25Network.cpp +++ b/P25Network.cpp @@ -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);