diff options
| -rwxr-xr-x | indra/newview/llvoicevivox.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 437be6f51e..24b7fafb59 100755 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -784,7 +784,7 @@ void LLVivoxVoiceClient::stateMachine()  						std::string loglevel = gSavedSettings.getString("VivoxDebugLevel");  						if(loglevel.empty())  						{ -							loglevel = "-1";	// turn logging off completely +							loglevel = "-0";	// turn logging off completely  						}  						params.args.add("-ll"); | 
