Skip to content
Snippets Groups Projects
Commit 5c7e76ef authored by Oz Linden's avatar Oz Linden
Browse files

MAINT-5609: log avatar complexity notices at INFO level

parent 864d579e
No related branches found
No related tags found
No related merge requests found
...@@ -128,6 +128,8 @@ void LLAvatarRenderNotifier::displayNotification() ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment