summaryrefslogtreecommitdiff
path: root/indra/newview/llappdelegate-objc.mm
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-11-17 20:30:37 +0200
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-11-18 11:08:41 +0200
commitb64e5802600ef3d24a627127f9b527d1209bbdff (patch)
treefeff2aa3f6f961e06a212de53dafcb7d3a309238 /indra/newview/llappdelegate-objc.mm
parent3e7c67b5493d6dde2751c08e324db0c8d00a5a6a (diff)
#4939 Bugsplat often confuses log files on mac, try to make it more reliable
Diffstat (limited to 'indra/newview/llappdelegate-objc.mm')
-rw-r--r--indra/newview/llappdelegate-objc.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappdelegate-objc.mm b/indra/newview/llappdelegate-objc.mm
index a5b8ddd25c..11761dbaae 100644
--- a/indra/newview/llappdelegate-objc.mm
+++ b/indra/newview/llappdelegate-objc.mm
@@ -350,12 +350,12 @@ struct AttachmentInfo
info.push_back(AttachmentInfo(secondLogPath, "text/xml"));
}
- // We "happen to know" that info[0].basename is "SecondLife.old" -- due to
+ // We "happen to know" that info[0].basename is "SecondLife.crash" -- due to
// the fact that BugsplatMac only notices a crash during the viewer run
// following the crash.
// The Bugsplat service doesn't respect the MIME type above when returning
// the log data to a browser, so take this opportunity to rename the file
- // from <base>.old to <base>_log.txt
+ // from <base>.crash to <base>_log.txt
info[0].basename =
boost::filesystem::path(info[0].pathname).stem().string() + "_log.txt";
infos("attachmentsForBugsplatStartupManager attaching log " + info[0].basename);