summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.cpp
diff options
context:
space:
mode:
authorBjoseph Wombat <bjoseph@vivox.com>2015-11-03 11:34:55 -0500
committerBjoseph Wombat <bjoseph@vivox.com>2015-11-03 11:34:55 -0500
commit43253a36ec382249249e2dcf7b562af0dfb6fd84 (patch)
tree57c7da79060fb3e485d457e35e62ef51b94ce9d7 /indra/newview/llvoicevivox.cpp
parent149db12460c17b130c393a4d081e70619008d684 (diff)
stopp SLVoice from logging when the timeout for logouts expires.
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-rwxr-xr-xindra/newview/llvoicevivox.cpp2
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");