summaryrefslogtreecommitdiff
path: root/indra/llcrashlogger
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2012-11-29 23:33:31 -0800
committerAura Linden <aura@lindenlab.com>2012-11-29 23:33:31 -0800
commit1149c94c5b5008f6c076ce4b072f54e48c4783ae (patch)
treeee0578bb4db47d7a8c0c4f5019bbd96bca709c05 /indra/llcrashlogger
parentacc53a1c226999878d26b0b4bd58ac8df3256c06 (diff)
Crashlogger only runs when it comes from teamcity so I must checkin debug and wait. What fun.
Diffstat (limited to 'indra/llcrashlogger')
-rw-r--r--indra/llcrashlogger/llcrashlogger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcrashlogger/llcrashlogger.cpp b/indra/llcrashlogger/llcrashlogger.cpp
index d6dcde4b9f..7ecb34eaf6 100644
--- a/indra/llcrashlogger/llcrashlogger.cpp
+++ b/indra/llcrashlogger/llcrashlogger.cpp
@@ -384,7 +384,7 @@ bool LLCrashLogger::init()
LLCurl::initClass(false);
// We assume that all the logs we're looking for reside on the current drive
- gDirUtilp->initAppDirs("SecondLife");
+ gDirUtilp->initAppDirs("com.secondlife.indra.viewer");
LLError::initForApplication(gDirUtilp->getExpandedFilename(LL_PATH_APP_SETTINGS, ""));