diff options
author | Aura Linden <aura@lindenlab.com> | 2013-07-22 14:04:34 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2013-07-22 14:04:34 -0700 |
commit | 77a9ac05f4024bcc6eb34a038c19363d4aa2c921 (patch) | |
tree | 8cdddeeaa9ba2963c051b9cd1edbbf2a51c08177 /indra/newview | |
parent | ce9962b33872db65b70c9b10901ec9062cb59169 (diff) |
Turn off logging.
Diffstat (limited to 'indra/newview')
-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"); |