From 5c7e76ef60cfddcdff5efa6304aa2c1ebcebc49c Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Tue, 8 Sep 2015 16:59:56 -0400 Subject: MAINT-5609: log avatar complexity notices at INFO level --- indra/newview/llavatarrendernotifier.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra') diff --git a/indra/newview/llavatarrendernotifier.cpp b/indra/newview/llavatarrendernotifier.cpp index a0e3e86eea..4ac36ec018 100644 --- a/indra/newview/llavatarrendernotifier.cpp +++ b/indra/newview/llavatarrendernotifier.cpp @@ -128,6 +128,8 @@ void LLAvatarRenderNotifier::displayNotification() LLNotifications::instance().cancel(mNotificationPtr); } + LL_INFOS("AvatarRenderInfo") << notification_name << " " << args << LL_ENDL; + mNotificationPtr = LLNotifications::instance().add(LLNotification::Params() .name(notification_name) .expiry(expire_date) -- cgit v1.2.3