summaryrefslogtreecommitdiff
path: root/indra/newview/llpersistentnotificationstorage.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-11-15 14:21:37 -0800
committerRichard Linden <none@none>2013-11-15 14:21:37 -0800
commita1ec199ac1dd788599b8df69a863b6a5ace635f8 (patch)
tree57a3191740cc30d5f31a4e48abfd9d73ad84e4f8 /indra/newview/llpersistentnotificationstorage.cpp
parent67ffa86817498028685e8cfb1bdc05d7ab204010 (diff)
SH-4623 FIX: Library Kart will not drive backwards on Viewer-interesting.
SH-4622 FIX: Interesting: Viewer-interesting crashes when attempting to buy land
Diffstat (limited to 'indra/newview/llpersistentnotificationstorage.cpp')
-rwxr-xr-xindra/newview/llpersistentnotificationstorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpersistentnotificationstorage.cpp b/indra/newview/llpersistentnotificationstorage.cpp
index ce4b2d543b..04f0efb44f 100755
--- a/indra/newview/llpersistentnotificationstorage.cpp
+++ b/indra/newview/llpersistentnotificationstorage.cpp
@@ -146,7 +146,7 @@ void LLPersistentNotificationStorage::loadNotifications()
++processed_notifications;
if (processed_notifications >= gSavedSettings.getS32("MaxPersistentNotifications"))
{
- llwarns << "Too many persistent notifications."
+ LL_WARNS() << "Too many persistent notifications."
<< " Processed " << gSavedSettings.getS32("MaxPersistentNotifications") << " of " << data.size() << " persistent notifications." << LL_ENDL;
break;
}