From 43253a36ec382249249e2dcf7b562af0dfb6fd84 Mon Sep 17 00:00:00 2001 From: Bjoseph Wombat Date: Tue, 3 Nov 2015 11:34:55 -0500 Subject: stopp SLVoice from logging when the timeout for logouts expires. --- indra/newview/llvoicevivox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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"); -- cgit v1.2.3