summaryrefslogtreecommitdiff
path: root/indra/newview/llwldaycycle.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-02-12 16:58:41 -0500
committerOz Linden <oz@lindenlab.com>2016-02-12 16:58:41 -0500
commit2dcfa3b6bd3ebeeab62174d86f9dc85558bcb7c8 (patch)
treeff4e23b4da6081f2e9680e347887422a0931150e /indra/newview/llwldaycycle.cpp
parentbe8844ff3bd88f24fd3922d64d6d0f786407a880 (diff)
Suppress some overly verbose logging
Diffstat (limited to 'indra/newview/llwldaycycle.cpp')
-rwxr-xr-xindra/newview/llwldaycycle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwldaycycle.cpp b/indra/newview/llwldaycycle.cpp
index 88079c5d26..106f17f61b 100755
--- a/indra/newview/llwldaycycle.cpp
+++ b/indra/newview/llwldaycycle.cpp
@@ -107,7 +107,7 @@ void LLWLDayCycle::loadDayCycleFromFile(const std::string & fileName)
// static
LLSD LLWLDayCycle::loadDayCycleFromPath(const std::string& file_path)
{
- LL_INFOS("Windlight") << "Loading DayCycle settings from " << file_path << LL_ENDL;
+ LL_DEBUGS("Windlight") << "Loading DayCycle settings from " << file_path << LL_ENDL;
llifstream day_cycle_xml(file_path.c_str());
if (day_cycle_xml.is_open())