mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2024-11-22 12:24:17 -05:00
Add parrot TG to log/output
This commit is contained in:
parent
33ef66806a
commit
82410c0e63
@ -128,7 +128,7 @@ bool CReflectors::load()
|
|||||||
refl->m_address = CUDPSocket::lookup(m_parrotAddress);
|
refl->m_address = CUDPSocket::lookup(m_parrotAddress);
|
||||||
refl->m_port = m_parrotPort;
|
refl->m_port = m_parrotPort;
|
||||||
m_reflectors.push_back(refl);
|
m_reflectors.push_back(refl);
|
||||||
LogInfo("Loaded P25 parrot");
|
LogInfo("Loaded P25 parrot (TG%u)", refl->m_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
size = m_reflectors.size();
|
size = m_reflectors.size();
|
||||||
|
Loading…
Reference in New Issue
Block a user