summaryrefslogtreecommitdiff
path: root/indra/llui/llnotifications.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-10-05 19:18:58 -0500
committerDave Parks <davep@lindenlab.com>2011-10-05 19:18:58 -0500
commit1f4bc180502d1a4448e18715596a61ae9f406c4f (patch)
tree009f70b9f3d27ce28571d0f056a169497bb74b9f /indra/llui/llnotifications.cpp
parent194bedbb96a6dcfe90d5b731aeca8658c83f2306 (diff)
parent2b51a7a60942b1efc99cee43489ef2f92fa7a188 (diff)
merge
Diffstat (limited to 'indra/llui/llnotifications.cpp')
-rw-r--r--indra/llui/llnotifications.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp
index ffe5908a9d..3fa13d7bb0 100644
--- a/indra/llui/llnotifications.cpp
+++ b/indra/llui/llnotifications.cpp
@@ -1640,7 +1640,7 @@ LLNotificationPtr LLNotifications::find(LLUUID uuid)
LLNotificationSet::iterator it=mItems.find(target);
if (it == mItems.end())
{
- llwarns << "Tried to dereference uuid '" << uuid << "' as a notification key but didn't find it." << llendl;
+ LL_DEBUGS("Notifications") << "Tried to dereference uuid '" << uuid << "' as a notification key but didn't find it." << llendl;
return LLNotificationPtr((LLNotification*)NULL);
}
else