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/llviewercontrol.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/llviewercontrol.cpp')
| -rw-r--r-- | indra/newview/llviewercontrol.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewercontrol.cpp b/indra/newview/llviewercontrol.cpp index 7738cb904e..61cc1dee25 100644 --- a/indra/newview/llviewercontrol.cpp +++ b/indra/newview/llviewercontrol.cpp @@ -450,6 +450,7 @@ static bool handleLogFileChanged(const LLSD& newvalue) std::string log_filename = newvalue.asString(); LLFile::remove(log_filename); LLError::logToFile(log_filename); + LL_INFOS() << "Logging switched to " << log_filename << LL_ENDL; return true; } |
