diff --git a/indra/newview/llavatarrendernotifier.cpp b/indra/newview/llavatarrendernotifier.cpp
index a0e3e86eea81fd710166b922fe91af7535b1bd1f..4ac36ec018650d08f568797dfde2352ebea851a7 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)