diff options
| author | Aura Linden <aura@lindenlab.com> | 2014-03-21 13:58:39 -0700 | 
|---|---|---|
| committer | Aura Linden <aura@lindenlab.com> | 2014-03-21 13:58:39 -0700 | 
| commit | 489f265be2f0d3e69e19e9c645abf420ec46d31f (patch) | |
| tree | ca27a4d64ab0cbb8ff5862db2b15b3d1f0b30b6b | |
| parent | 35ab71d8ea85ff43f1940bc582bb5bbb8f52d6df (diff) | |
Current log was actually correct.
| -rwxr-xr-x | indra/llcrashlogger/llcrashlogger.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llcrashlogger/llcrashlogger.cpp b/indra/llcrashlogger/llcrashlogger.cpp index df6ed5a8f0..a3c7ad72bc 100755 --- a/indra/llcrashlogger/llcrashlogger.cpp +++ b/indra/llcrashlogger/llcrashlogger.cpp @@ -218,7 +218,7 @@ void LLCrashLogger::gatherFiles()  	{  		// Figure out the filename of the second life log  		LLCurl::setCAFile(gDirUtilp->getCAFile()); -		mFileMap["SecondLifeLog"] = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"SecondLife.old");  //We want the log of the last run now. +		mFileMap["SecondLifeLog"] = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"SecondLife.log");  		mFileMap["SettingsXml"] = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS,"settings.xml");  	} | 
