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. --- ChangeLog.txt | 4 ++++ linden/indra/llcrashlogger/llcrashlogger.cpp | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 2e090b4..15d5e13 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,10 @@ 2008-11-18 Jacek Antonelli * linden/indra/llcrashlogger/llcrashlogger.cpp: + Changed to Imprudence.exec_marker to match llappviewer.cpp. + + + * linden/indra/llcrashlogger/llcrashlogger.cpp: Changed app dir (for cache, etc.) to Imprudence. * linden/indra/llvfs/lldir.cpp: Ditto. 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