From a1ec199ac1dd788599b8df69a863b6a5ace635f8 Mon Sep 17 00:00:00 2001 From: Richard Linden Date: Fri, 15 Nov 2013 14:21:37 -0800 Subject: SH-4623 FIX: Library Kart will not drive backwards on Viewer-interesting. SH-4622 FIX: Interesting: Viewer-interesting crashes when attempting to buy land --- indra/newview/llpersistentnotificationstorage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llpersistentnotificationstorage.cpp') 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; } -- cgit v1.2.3