mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 16:55:52 +08:00
Regularise the UDP socket handling for DMR, POCSAG and the Remote Control port.
This commit is contained in:
@@ -105,7 +105,7 @@ void CDMRGatewayNetwork::setOptions(const std::string& options)
|
||||
bool CDMRGatewayNetwork::open()
|
||||
{
|
||||
if (m_addrLen == 0U) {
|
||||
LogError("Unable to resolve the address of the DMR Network");
|
||||
LogError("DMR, Unable to resolve the address of the DMR Network");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user