summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2013-07-22 14:04:34 -0700
committerAura Linden <aura@lindenlab.com>2013-07-22 14:04:34 -0700
commit77a9ac05f4024bcc6eb34a038c19363d4aa2c921 (patch)
tree8cdddeeaa9ba2963c051b9cd1edbbf2a51c08177
parentce9962b33872db65b70c9b10901ec9062cb59169 (diff)
Turn off logging.
-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 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");