diff options
| -rwxr-xr-x | indra/newview/llvoicevivox.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 24b7fafb59..b3dc440703 100755 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -468,10 +468,10 @@ void LLVivoxVoiceClient::connectorCreate()  	std::string savedLogLevel = gSavedSettings.getString("VivoxDebugLevel"); -	if(savedLogLevel != "-1") +	if(savedLogLevel != "-0")  	{  		LL_DEBUGS("Voice") << "creating connector with logging enabled" << LL_ENDL; -		loglevel = "10"; +		loglevel = "0";  	}  	stream  | 
