diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-06-19 15:08:56 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-06-19 15:08:56 -0400 |
commit | d26c931ae2c5d33adc5fc20842b7be838a2822b4 (patch) | |
tree | 0d2c4686810f1d353485048eb3eed6be2565dcbd /indra/newview/llappviewermacosx.cpp | |
parent | 3376b2acfbea2f6d2d8f79ecf890702e1ab60ae3 (diff) |
SL-821: Send the SecondLife.log from the previous (crashed) run.
Also clean up log messages.
Diffstat (limited to 'indra/newview/llappviewermacosx.cpp')
-rw-r--r-- | indra/newview/llappviewermacosx.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappviewermacosx.cpp b/indra/newview/llappviewermacosx.cpp index 562e7ebfde..d014e992f9 100644 --- a/indra/newview/llappviewermacosx.cpp +++ b/indra/newview/llappviewermacosx.cpp @@ -148,9 +148,9 @@ void cleanupViewer() gViewerAppPtr = NULL; } -std::string getLogFilePathname() +std::string getOldLogFilePathname() { - return gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "SecondLife.log"); + return gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "SecondLife.old"); } void infos(const std::string& message) |