mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
Fixed missing compare index, message placeholder, and minor style fixes
This commit is contained in:
committed by
Mat Sutcliffe
parent
be9e2a37f3
commit
11187870de
@@ -125,7 +125,7 @@ namespace BlackCore
|
||||
m_udpSocket->bind(localAddress);
|
||||
m_voiceServerTimer->start(3000);
|
||||
|
||||
CLogMessage(this).info(u"Connected to voice server '%2'") << m_connection.getTokens().VoiceServer.addressIpV4;
|
||||
CLogMessage(this).info(u"Connected to voice server '%1'") << m_connection.getTokens().VoiceServer.addressIpV4;
|
||||
}
|
||||
|
||||
void CClientConnection::disconnectFromVoiceServer()
|
||||
|
||||
Reference in New Issue
Block a user