Fix DMR Network 3 LogInfo

Correct dmr2name to dmr3name.
This commit is contained in:
Colby Ross
2018-12-24 10:17:28 -05:00
committed by GitHub
parent b110741751
commit d1e3ee7865

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);