diff options
author | Oz Linden <oz@lindenlab.com> | 2017-02-27 09:52:50 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2017-02-27 09:52:50 -0500 |
commit | 0a7fd3686a09a53ebe86e1e37b156e2f04f6cb2f (patch) | |
tree | 179e938b5a0825bb97af2e9480c7356c23ed7528 /indra/llcrashlogger | |
parent | 12e23a3cb8aadfc74f2ba469c671df51552c557b (diff) |
Look for logcontrol-dev.xml in the user settings directory
Diffstat (limited to 'indra/llcrashlogger')
-rw-r--r-- | indra/llcrashlogger/llcrashlogger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcrashlogger/llcrashlogger.cpp b/indra/llcrashlogger/llcrashlogger.cpp index dca49be051..9bd142aacc 100644 --- a/indra/llcrashlogger/llcrashlogger.cpp +++ b/indra/llcrashlogger/llcrashlogger.cpp @@ -566,7 +566,7 @@ bool LLCrashLogger::init() // We assume that all the logs we're looking for reside on the current drive gDirUtilp->initAppDirs("SecondLife"); - LLError::initForApplication(gDirUtilp->getExpandedFilename(LL_PATH_APP_SETTINGS, "")); + LLError::initForApplication(gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, ""), gDirUtilp->getExpandedFilename(LL_PATH_APP_SETTINGS, "")); // Default to the product name "Second Life" (this is overridden by the -name argument) mProductName = "Second Life"; |