aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorJacek Antonelli2008-11-18 22:01:48 -0600
committerJacek Antonelli2008-11-18 22:07:33 -0600
commit317612f9e2adb134bb3006621c81d40c3508f776 (patch)
tree5f965b892f1a57bde948bb7c60ae1e965f7e5494 /linden
parentChanged app dir (for cache, etc.) to Imprudence. (diff)
downloadmeta-impy-317612f9e2adb134bb3006621c81d40c3508f776.zip
meta-impy-317612f9e2adb134bb3006621c81d40c3508f776.tar.gz
meta-impy-317612f9e2adb134bb3006621c81d40c3508f776.tar.bz2
meta-impy-317612f9e2adb134bb3006621c81d40c3508f776.tar.xz
Changed to Imprudence.exec_marker to match llappviewer.cpp.
Diffstat (limited to 'linden')
-rwxr-xr-xlinden/indra/llcrashlogger/llcrashlogger.cpp4
1 files changed, 2 insertions, 2 deletions
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()
341 //Run through command line options 341 //Run through command line options
342 if(getOption("previous").isDefined()) 342 if(getOption("previous").isDefined())
343 { 343 {
344 llinfos << "Previous execution did not remove SecondLife.exec_marker" << llendl; 344 llinfos << "Previous execution did not remove Imprudence.exec_marker" << llendl;
345 mCrashInPreviousExec = TRUE; 345 mCrashInPreviousExec = TRUE;
346 } 346 }
347 347
@@ -371,7 +371,7 @@ bool LLCrashLogger::init()
371 //If we've opened the crash logger, assume we can delete the marker file if it exists 371 //If we've opened the crash logger, assume we can delete the marker file if it exists
372 if( gDirUtilp ) 372 if( gDirUtilp )
373 { 373 {
374 std::string marker_file = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"SecondLife.exec_marker"); 374 std::string marker_file = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"Imprudence.exec_marker");
375 ll_apr_file_remove( marker_file ); 375 ll_apr_file_remove( marker_file );
376 } 376 }
377 377