diff options
author | Aura Linden <aura@lindenlab.com> | 2013-07-25 13:42:36 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2013-07-25 13:42:36 -0700 |
commit | 7530e801f4a2a9b8c948cc620aa5fe7c2e5b979f (patch) | |
tree | f3d8b9e43aecafd938679f55f8594eb503ba80e4 /indra/newview/llvoicevivox.cpp | |
parent | 77a9ac05f4024bcc6eb34a038c19363d4aa2c921 (diff) |
Kill all the vivox logs
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-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 |