Add better logging for DG-ID changes.

This commit is contained in:
Jonathan Naylor 2020-08-21 10:23:41 +01:00
parent 76e32b6fff
commit a3a93807a5
9 changed files with 50 additions and 9 deletions

View file

@ -63,6 +63,11 @@ CFCSNetwork::~CFCSNetwork()
delete[] m_ping;
}
std::string CFCSNetwork::getDesc()
{
return "FCS: " + m_reflector;
}
bool CFCSNetwork::open()
{
LogMessage("Resolving FCS00x addresses");