diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp
index 437be6f51e8e81e704224e0e45be680c4c3b848e..24b7fafb59e27b5690afd7ce6f954fe3d72b9101 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");