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
commit 041c75ca3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();