From c07775798e0adb134a2b5df8295bdb0ed7d374bc Mon Sep 17 00:00:00 2001 From: Graham Linden Date: Wed, 13 Jun 2018 16:34:37 +0100 Subject: Fix logcontrol.xml with broken XML and put extra warn logging when live files fail to load. --- indra/llcommon/lllivefile.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llcommon/lllivefile.cpp') 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; } } -- cgit v1.2.3