[FSD] Smaller fixes, style

This commit is contained in:
Klaus Basan
2019-11-09 18:00:23 +01:00
committed by Mat Sutcliffe
parent 11187870de
commit 702ca31b38
3 changed files with 9 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ namespace BlackCore
this->connectToVoiceServer();
// taskServerConnectionCheck.Start();
CLogMessage(this).info(u"Connected: '%1' to voice server, socket open: ") << callsign << boolToYesNo(m_udpSocket->isOpen());
CLogMessage(this).info(u"Connected: '%1' to voice server, socket open: %2") << callsign << boolToYesNo(m_udpSocket->isOpen());
}
// callback of the calling parent