Add parrot TG to log/output

This commit is contained in:
phl0 2018-02-22 08:55:52 +01:00
parent 33ef66806a
commit 82410c0e63
1 changed files with 1 additions and 1 deletions

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