summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-06-13 16:34:37 +0100
committerGraham Linden <graham@lindenlab.com>2018-06-13 16:34:37 +0100
commitc07775798e0adb134a2b5df8295bdb0ed7d374bc (patch)
tree27b0d653b7d609282b46549ea7b42f54e09de4e7 /indra/llcommon
parent34865c4bb5cd12219606f44748159fe7cbeea264 (diff)
Fix logcontrol.xml with broken XML and put extra warn logging when live files fail to load.
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/lllivefile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/lllivefile.cpp b/indra/llcommon/lllivefile.cpp
index ea485c2d86..4b73ff691a 100644
--- a/indra/llcommon/lllivefile.cpp
+++ b/indra/llcommon/lllivefile.cpp
@@ -150,6 +150,7 @@ bool LLLiveFile::checkAndReload()
}
else
{
+ LL_WARNS() << "Failed to load live file " << filename() << LL_ENDL;
changed = false;
}
}