summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2013-07-29 19:16:00 -0700
committerAura Linden <aura@lindenlab.com>2013-07-29 19:16:00 -0700
commit8f5e2cd8391c7d2d8cdeceb0d8871d2f3e582e61 (patch)
tree70794b30314305b087f4bf8bbc3024fc9fc2389f /indra/newview
parent7530e801f4a2a9b8c948cc620aa5fe7c2e5b979f (diff)
I love issues that only reproduce via teamcity
Diffstat (limited to 'indra/newview')
-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 b3dc440703..e3146e7ad1 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 = "-0"; // turn logging off completely
+ loglevel = "0"; // turn logging off completely
}
params.args.add("-ll");