This commit is contained in:
Latif Khalifa
2014-03-17 00:20:32 +01:00
parent 5e62d2b104
commit 8f525a37da

View File

@@ -846,7 +846,7 @@ void LLVivoxVoiceClient::stateMachine()
// Singu Note: hard code log level to -1 for Linux, as we are using 2.x version of the SDK there
// Singu TODO: Remove this when the Vivox SDK 4.x is working on Linux
#if LL_LINUX
args += "-1":
args += "-1";
#else
args += loglevel;
#endif