diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llavatarrendernotifier.cpp | 2 |
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) |