From 1732d6d4273e5a23f1e00d67209b47dac6deb74d Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Wed, 12 Mar 2014 23:46:11 +0100 Subject: [PATCH] [Voice Update] Sync default voice debug level with upstream. --- indra/newview/app_settings/settings.xml | 2 +- indra/newview/llvoicevivox.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 5680b9b5a..5d9a995b6 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -16606,7 +16606,7 @@ This should be as low as possible, but too low may break functionality Type String Value - -1 + 0 VivoxDebugSIPURIHostName diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 70505d7a4..86c5120b4 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -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 ";