diff options
author | Vir Linden <60274682+vir-linden@users.noreply.github.com> | 2024-01-17 11:12:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-17 11:12:23 -0500 |
commit | f584d14f7f0d129f2d7e430cf843835bbe23d6f9 (patch) | |
tree | e0559f1ae1a94e8e8ce5efa53b58b6eaddb3f1d7 /indra/newview/llappviewer.cpp | |
parent | 469f2621f170484943093a830ec385f1b8d20934 (diff) | |
parent | a9ef4d2ee8470e944b09402d0f796cb09cdb728d (diff) |
Merge pull request #565 from secondlife/simon/sl-20635-new-data
SL-20635 - new data to ObjectUpdate and AvatarAppearance message
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; |