diff options
| author | simon <simon@lindenlab.com> | 2024-01-05 19:01:40 +0000 |
|---|---|---|
| committer | simon <simon@lindenlab.com> | 2024-01-05 19:01:40 +0000 |
| commit | 82d8b2a7209a96cdc38dd8e77f458cac3ffeedbd (patch) | |
| tree | 0d62dc01e8f4a2ccc493566a5f8aa27049dce87e /indra/newview/llappviewer.cpp | |
| parent | d12fbf7ec19ffaf046d2bd37b05e448690f2b320 (diff) | |
sl-20635 attempts at build fixes, added a few stray log messages about log file changes
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 4a43133ff6..557ee1ab16 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2342,6 +2342,7 @@ void LLAppViewer::initLoggingAndGetLastDuration() // Set the log file to SecondLife.log LLError::logToFile(log_file); + LL_INFOS() << "Started logging to " << log_file << LL_ENDL; if (!duration_log_msg.empty()) { LL_WARNS("MarkerFile") << duration_log_msg << LL_ENDL; |
