mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
[FSD] Smaller fixes, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
11187870de
commit
702ca31b38
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user