diff options
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-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 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"); |