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