Merge pull request #10 from phl0/showParrotTG

Add parrot TG to log/output
This commit is contained in:
Jonathan Naylor
2018-02-22 08:07:25 +00:00
committed by GitHub
+1 -1
View File
@@ -128,7 +128,7 @@ bool CReflectors::load()
refl->m_address = CUDPSocket::lookup(m_parrotAddress);
refl->m_port = m_parrotPort;
m_reflectors.push_back(refl);
LogInfo("Loaded P25 parrot");
LogInfo("Loaded P25 parrot (TG%u)", refl->m_id);
}
size = m_reflectors.size();