diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-25 17:01:23 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-25 17:02:22 +0300 |
commit | 6a32a7551e03fdbec820c602b4d2bfe79bcf2602 (patch) | |
tree | 4b611d5ed1c8f36419e3bee960bdbce23d5c4e14 /indra/llcommon/llapp.cpp | |
parent | 056c41a408a464d76826c2fee316081e49ed98e2 (diff) |
SL-13034 Last string in logs should say 'Goodbye'
These logs were not logging for very long due to supressed logging system, no point showing them now
Diffstat (limited to 'indra/llcommon/llapp.cpp')
-rw-r--r-- | indra/llcommon/llapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llapp.cpp b/indra/llcommon/llapp.cpp index 3dab632aef..a90b294550 100644 --- a/indra/llcommon/llapp.cpp +++ b/indra/llcommon/llapp.cpp @@ -180,7 +180,7 @@ LLApp::~LLApp() if(mExceptionHandler != 0) delete mExceptionHandler; - SUBSYSTEM_CLEANUP(LLCommon); + SUBSYSTEM_CLEANUP_DBG(LLCommon); } // static |