diff options
author | Bjoseph Wombat <bjoseph@vivox.com> | 2015-11-03 11:34:55 -0500 |
---|---|---|
committer | Bjoseph Wombat <bjoseph@vivox.com> | 2015-11-03 11:34:55 -0500 |
commit | 43253a36ec382249249e2dcf7b562af0dfb6fd84 (patch) | |
tree | 57c7da79060fb3e485d457e35e62ef51b94ce9d7 /indra/newview/llvoicevivox.cpp | |
parent | 149db12460c17b130c393a4d081e70619008d684 (diff) |
stopp SLVoice from logging when the timeout for logouts expires.
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-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 7b4d9c11c0..ffc4cbab53 100755 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -819,7 +819,7 @@ void LLVivoxVoiceClient::stateMachine() std::string shutdown_timeout = gSavedSettings.getString("VivoxShutdownTimeout"); if(loglevel.empty()) { - loglevel = "0"; // turn logging off completely + loglevel = "-1"; // turn logging off completely, was 0 for error level logging. } params.args.add("-ll"); |