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

@ -86,6 +86,11 @@ CYSFNetwork::~CYSFNetwork()
delete[] m_poll;
}
std::string CYSFNetwork::getDesc()
{
return "YSF: " + m_name;
}
bool CYSFNetwork::open()
{
LogMessage("Opening YSF network connection");