diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-06-07 13:53:15 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-06-07 13:53:15 +0300 |
commit | 0a2406b494bed489da02f27852d916790b412ab5 (patch) | |
tree | 5b1c04833e194eafaa6682340eeca1393ca03c9d /indra/newview/lldaycyclemanager.cpp | |
parent | 4e05ea6ebda88f3e2af4b585f629b11f3729096e (diff) |
STORM-1255 WIP Changed a comment and a warning message.
Diffstat (limited to 'indra/newview/lldaycyclemanager.cpp')
-rw-r--r-- | indra/newview/lldaycyclemanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldaycyclemanager.cpp b/indra/newview/lldaycyclemanager.cpp index 960879c32c..2e622d002c 100644 --- a/indra/newview/lldaycyclemanager.cpp +++ b/indra/newview/lldaycyclemanager.cpp @@ -144,7 +144,7 @@ bool LLDayCycleManager::loadPreset(const std::string& path) LLSD data = LLWLDayCycle::loadDayCycleFromPath(path); if (data.isUndefined()) { - LL_WARNS("Windlight") << "Error loading day cycle from " << path << LL_ENDL; + llwarns << "Error loading day cycle from " << path << llendl; return false; } |