From 6717a2be0c720ffb349ad3ae6eb0aab5020d4b3d Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Tue, 18 Nov 2008 21:26:23 -0600 Subject: Changed app dir (for cache, etc.) to Imprudence. --- linden/indra/llcrashlogger/llcrashlogger.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linden/indra/llcrashlogger') diff --git a/linden/indra/llcrashlogger/llcrashlogger.cpp b/linden/indra/llcrashlogger/llcrashlogger.cpp index b9a182c..2fffc7f 100755 --- a/linden/indra/llcrashlogger/llcrashlogger.cpp +++ b/linden/indra/llcrashlogger/llcrashlogger.cpp @@ -327,9 +327,9 @@ void LLCrashLogger::updateApplication(const std::string& message) bool LLCrashLogger::init() { // We assume that all the logs we're looking for reside on the current drive - gDirUtilp->initAppDirs("SecondLife"); + gDirUtilp->initAppDirs("Imprudence"); - // Default to the product name "Second Life" (this is overridden by the -name argument) + // Default to the product name "Imprudence" (this is overridden by the -name argument) mProductName = "Imprudence"; mCrashSettings.declareS32(CRASH_BEHAVIOR_SETTING, CRASH_BEHAVIOR_ASK, "Controls behavior when viewer crashes " -- cgit v1.1 From 317612f9e2adb134bb3006621c81d40c3508f776 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Tue, 18 Nov 2008 22:01:48 -0600 Subject: Changed to Imprudence.exec_marker to match llappviewer.cpp. --- linden/indra/llcrashlogger/llcrashlogger.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linden/indra/llcrashlogger') diff --git a/linden/indra/llcrashlogger/llcrashlogger.cpp b/linden/indra/llcrashlogger/llcrashlogger.cpp index 2fffc7f..af30136 100755 --- a/linden/indra/llcrashlogger/llcrashlogger.cpp +++ b/linden/indra/llcrashlogger/llcrashlogger.cpp @@ -341,7 +341,7 @@ bool LLCrashLogger::init() //Run through command line options if(getOption("previous").isDefined()) { - llinfos << "Previous execution did not remove SecondLife.exec_marker" << llendl; + llinfos << "Previous execution did not remove Imprudence.exec_marker" << llendl; mCrashInPreviousExec = TRUE; } @@ -371,7 +371,7 @@ bool LLCrashLogger::init() //If we've opened the crash logger, assume we can delete the marker file if it exists if( gDirUtilp ) { - std::string marker_file = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"SecondLife.exec_marker"); + std::string marker_file = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"Imprudence.exec_marker"); ll_apr_file_remove( marker_file ); } -- cgit v1.1