Move the location to the DMR Gateway from the Host.

This commit is contained in:
Jonathan Naylor
2020-08-27 10:37:26 +01:00
parent f6643eb697
commit 1606c4e644
7 changed files with 24 additions and 9 deletions

View File

@@ -534,8 +534,8 @@ bool CDMRNetwork::write(const unsigned char* data, unsigned int length)
assert(data != NULL);
assert(length > 0U);
// if (m_debug)
// CUtils::dump(1U, "Network Transmitted", data, length);
if (m_debug)
CUtils::dump(1U, "Network Transmitted", data, length);
bool ret = m_socket.write(data, length, m_address, m_port);
if (!ret) {