diff options
Diffstat (limited to 'linden/indra/llcrashlogger/llcrashlogger.cpp')
-rwxr-xr-x | linden/indra/llcrashlogger/llcrashlogger.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llcrashlogger/llcrashlogger.cpp b/linden/indra/llcrashlogger/llcrashlogger.cpp index 57fa33b..4c8859a 100755 --- a/linden/indra/llcrashlogger/llcrashlogger.cpp +++ b/linden/indra/llcrashlogger/llcrashlogger.cpp | |||
@@ -172,7 +172,7 @@ void LLCrashLogger::gatherFiles() | |||
172 | { | 172 | { |
173 | // Figure out the filename of the second life log | 173 | // Figure out the filename of the second life log |
174 | LLCurl::setCAFile(gDirUtilp->getCAFile()); | 174 | LLCurl::setCAFile(gDirUtilp->getCAFile()); |
175 | mFileMap["SecondLifeLog"] = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"SecondLife.log"); | 175 | mFileMap["SecondLifeLog"] = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"Imprudence.log"); |
176 | mFileMap["SettingsXml"] = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS,"settings.xml"); | 176 | mFileMap["SettingsXml"] = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS,"settings.xml"); |
177 | } | 177 | } |
178 | 178 | ||
@@ -293,7 +293,7 @@ bool LLCrashLogger::sendCrashLogs() | |||
293 | updateApplication("Sending reports..."); | 293 | updateApplication("Sending reports..."); |
294 | 294 | ||
295 | std::string dump_path = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, | 295 | std::string dump_path = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, |
296 | "SecondLifeCrashReport"); | 296 | "ImprudenceCrashReport"); |
297 | std::string report_file = dump_path + ".log"; | 297 | std::string report_file = dump_path + ".log"; |
298 | 298 | ||
299 | std::ofstream out_file(report_file.c_str()); | 299 | std::ofstream out_file(report_file.c_str()); |
@@ -330,7 +330,7 @@ bool LLCrashLogger::init() | |||
330 | gDirUtilp->initAppDirs("SecondLife"); | 330 | gDirUtilp->initAppDirs("SecondLife"); |
331 | 331 | ||
332 | // Default to the product name "Second Life" (this is overridden by the -name argument) | 332 | // Default to the product name "Second Life" (this is overridden by the -name argument) |
333 | mProductName = "Second Life"; | 333 | mProductName = "Imprudence"; |
334 | 334 | ||
335 | mCrashSettings.declareS32(CRASH_BEHAVIOR_SETTING, CRASH_BEHAVIOR_ASK, "Controls behavior when viewer crashes " | 335 | mCrashSettings.declareS32(CRASH_BEHAVIOR_SETTING, CRASH_BEHAVIOR_ASK, "Controls behavior when viewer crashes " |
336 | "(0 = ask before sending crash report, 1 = always send crash report, 2 = never send crash report)"); | 336 | "(0 = ask before sending crash report, 1 = always send crash report, 2 = never send crash report)"); |