diff options
author | Aura Linden <aura@lindenlab.com> | 2013-07-29 21:45:51 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2013-07-29 21:45:51 -0700 |
commit | f48fedf84eba12d8fb115e463080304e8161c062 (patch) | |
tree | 5aafbaa0f15fac8e6e8155f04e58a6ee144397f3 /indra/newview | |
parent | 8f5e2cd8391c7d2d8cdeceb0d8871d2f3e582e61 (diff) |
Slowest debug in the west.
Diffstat (limited to 'indra/newview')
-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 e3146e7ad1..cff3551607 100755 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -786,7 +786,7 @@ void LLVivoxVoiceClient::stateMachine() { loglevel = "0"; // turn logging off completely } - + loglevel = "0"; // turn logging off completely params.args.add("-ll"); params.args.add(loglevel); params.cwd = gDirUtilp->getAppRODataDir(); |