Merge pull request #68 from w1bsb/master

Fix DMR Network 3 LogInfo
This commit is contained in:
Jonathan Naylor
2019-01-03 09:26:17 +00:00
committed by GitHub

View File

@@ -1258,7 +1258,7 @@ bool CDMRGateway::createDMRNetwork3()
id = m_repeater->getId();
LogInfo("DMR Network 3 Parameters");
LogInfo(" Name: %s", m_dmr2Name.c_str());
LogInfo(" Name: %s", m_dmr3Name.c_str());
LogInfo(" Id: %u", id);
LogInfo(" Address: %s", address.c_str());
LogInfo(" Port: %u", port);