MAINT-5609: log avatar complexity notices at INFO level

master
Oz Linden 2015-09-08 16:59:56 -04:00
parent 864d579e0c
commit 5c7e76ef60
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@ void LLAvatarRenderNotifier::displayNotification()
LLNotifications::instance().cancel(mNotificationPtr); LLNotifications::instance().cancel(mNotificationPtr);
} }
LL_INFOS("AvatarRenderInfo") << notification_name << " " << args << LL_ENDL;
mNotificationPtr = LLNotifications::instance().add(LLNotification::Params() mNotificationPtr = LLNotifications::instance().add(LLNotification::Params()
.name(notification_name) .name(notification_name)
.expiry(expire_date) .expiry(expire_date)