Skip to content
Snippets Groups Projects
Commit 489f265b authored by Aura Linden's avatar Aura Linden
Browse files

Current log was actually correct.

parent 35ab71d8
No related branches found
No related tags found
No related merge requests found
...@@ -218,7 +218,7 @@ void LLCrashLogger::gatherFiles() ...@@ -218,7 +218,7 @@ void LLCrashLogger::gatherFiles()
{ {
// Figure out the filename of the second life log // Figure out the filename of the second life log
LLCurl::setCAFile(gDirUtilp->getCAFile()); 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"); mFileMap["SettingsXml"] = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS,"settings.xml");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment