summaryrefslogtreecommitdiff
path: root/indra/newview/llwldaycycle.cpp
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-04-07 06:26:42 +0300
committerVadim ProductEngine <vsavchuk@productengine.com>2011-04-07 06:26:42 +0300
commit4b5eeb34601ac642194e245ef3928a3b9e56d3b8 (patch)
tree7231c6fe014c0ec26c04c7a4ddff2ac49677907d /indra/newview/llwldaycycle.cpp
parent89d747221c15ce8eee19252291a0273871e8c986 (diff)
STORM-1142 ADDITIONAL_COMMIT Debugging improvements.
Diffstat (limited to 'indra/newview/llwldaycycle.cpp')
-rw-r--r--indra/newview/llwldaycycle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwldaycycle.cpp b/indra/newview/llwldaycycle.cpp
index d5c723708c..05f7fd9872 100644
--- a/indra/newview/llwldaycycle.cpp
+++ b/indra/newview/llwldaycycle.cpp
@@ -142,7 +142,7 @@ LLSD LLWLDayCycle::asLLSD()
day_data.append(key);
}
- LL_DEBUGS("Windlight Sync") << "Dumping day cycle (" << mTimeMap.size() << ") to LLSD: " << day_data << LL_ENDL;
+ lldebugs << "Dumping day cycle (" << mTimeMap.size() << ") to LLSD: " << day_data << llendl;
return day_data;
}