summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2015-09-08 16:59:56 -0400
committerOz Linden <oz@lindenlab.com>2015-09-08 16:59:56 -0400
commit5c7e76ef60cfddcdff5efa6304aa2c1ebcebc49c (patch)
treec1fbca6e24e8ce30e17b71ec9411c1c50b490f22
parent864d579e0cf114992f44a5c014debfaae8da756c (diff)
MAINT-5609: log avatar complexity notices at INFO level
-rw-r--r--indra/newview/llavatarrendernotifier.cpp2
1 files changed, 2 insertions, 0 deletions
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)