mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 08:05:49 +08:00
Reduce the level of network debugging output a little.
This commit is contained in:
@@ -162,8 +162,8 @@ bool CDStarNetwork::writePoll(const char* text)
|
||||
// Include the nul at the end also
|
||||
::memcpy(buffer + 5U, text, length + 1U);
|
||||
|
||||
if (m_debug)
|
||||
CUtils::dump(1U, "D-Star Network Poll Sent", buffer, 6U + length);
|
||||
// if (m_debug)
|
||||
// CUtils::dump(1U, "D-Star Network Poll Sent", buffer, 6U + length);
|
||||
|
||||
return m_socket.write(buffer, 6U + length, m_address, m_port);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user