This commit is contained in:
phl0 2019-01-23 10:09:34 +01:00
parent d89a156523
commit 79805f0fa8
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
1 changed files with 2 additions and 2 deletions

View File

@ -583,7 +583,7 @@ int CMMDVMHost::run()
unsigned int port = m_conf.getRemoteControlPort();
LogInfo("Remote Control Parameters");
LogInfo(" Port; %u", port);
LogInfo(" Port: %u", port);
m_remoteControl = new CRemoteControl(port);
@ -1263,7 +1263,7 @@ bool CMMDVMHost::createDMRNetwork()
LogInfo("Mobile GPS Parameters");
LogInfo(" Address: %s", mobileGPSAddress.c_str());
LogInfo(" Port; %u", mobileGPSPort);
LogInfo(" Port: %u", mobileGPSPort);
m_mobileGPS = new CMobileGPS(address, port, m_dmrNetwork);