[Voice Update] Sync default voice debug level with upstream.
This commit is contained in:
@@ -839,7 +839,7 @@ void LLVivoxVoiceClient::stateMachine()
|
||||
std::string loglevel = gSavedSettings.getString("VivoxDebugLevel");
|
||||
if(loglevel.empty())
|
||||
{
|
||||
loglevel = "-0"; // turn logging off completely
|
||||
loglevel = "0"; // turn logging off completely
|
||||
}
|
||||
|
||||
args += " -ll ";
|
||||
|
||||
Reference in New Issue
Block a user