diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2018-10-17 16:45:01 -0400 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2018-10-17 16:45:01 -0400 |
| commit | 082ef0c74d445429e2bb8630757b65ae7c3ca515 (patch) | |
| tree | ebe5515c4066f22c4a64b35863928d50d381ce93 /indra/newview/llappviewer.cpp | |
| parent | 2c5d7199f69984ddba602ac50f8f55c6fd73fc9d (diff) | |
| parent | cd9d051b9024e4e0fc16a4aca28601d2a88a4045 (diff) | |
DRTVWR-447: Merge Oz's logging changes
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 56e79bed74..e527b70b0e 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -885,11 +885,6 @@ bool LLAppViewer::init() mNumSessions++; gSavedSettings.setS32("NumSessions", mNumSessions); - if (gSavedSettings.getBOOL("VerboseLogs")) - { - LLError::setPrintLocation(true); - } - // LLKeyboard relies on LLUI to know what some accelerator keys are called. LLKeyboard::setStringTranslatorFunc( LLTrans::getKeyboardString ); @@ -1712,7 +1707,7 @@ bool LLAppViewer::cleanup() release_start_screen(); // just in case - LLError::logToFixedBuffer(NULL); + LLError::logToFixedBuffer(NULL); // stop the fixed buffer recorder LL_INFOS() << "Cleaning Up" << LL_ENDL; |
