summaryrefslogtreecommitdiff
path: root/indra/newview/llviewercontrol.cpp
diff options
context:
space:
mode:
authorsimon <simon@lindenlab.com>2024-01-05 19:01:40 +0000
committersimon <simon@lindenlab.com>2024-01-05 19:01:40 +0000
commit82d8b2a7209a96cdc38dd8e77f458cac3ffeedbd (patch)
tree0d62dc01e8f4a2ccc493566a5f8aa27049dce87e /indra/newview/llviewercontrol.cpp
parentd12fbf7ec19ffaf046d2bd37b05e448690f2b320 (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.cpp1
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;
}