From efa555cc5c5fa0b3d25f37fd8782aff5874d3779 Mon Sep 17 00:00:00 2001 From: Gilbert Gonzales Date: Mon, 17 Jun 2013 14:59:03 -0700 Subject: ACME-558: Adding logging information, when a friends list is received the log message 'Facebook: Friends list received' will be displayed. When the suggested friends list is updated the log message 'Facebook: Updating Suggested Friends List' will be displayed. --- indra/newview/llfacebookconnect.cpp | 1 + indra/newview/llpanelpeople.cpp | 2 ++ 2 files changed, 3 insertions(+) (limited to 'indra') diff --git a/indra/newview/llfacebookconnect.cpp b/indra/newview/llfacebookconnect.cpp index 6b9d753721..95c458ac04 100644 --- a/indra/newview/llfacebookconnect.cpp +++ b/indra/newview/llfacebookconnect.cpp @@ -234,6 +234,7 @@ public: { if (isGoodStatus(status)) { + llinfos << "Facebook: Friends list received" << llendl; LL_DEBUGS("FacebookConnect") << "Getting Facebook friends successful. content: " << content << LL_ENDL; LLFacebookConnect::instance().storeContent(content); } diff --git a/indra/newview/llpanelpeople.cpp b/indra/newview/llpanelpeople.cpp index d099746e45..8421889123 100755 --- a/indra/newview/llpanelpeople.cpp +++ b/indra/newview/llpanelpeople.cpp @@ -863,6 +863,8 @@ void LLPanelPeople::updateSuggestedFriendList() { if (LLFacebookConnect::instance().generation() != mFacebookListGeneration) { + llinfos << "Facebook: Updating Suggested Friends List" << llendl; + mFacebookListGeneration = LLFacebookConnect::instance().generation(); const LLAvatarTracker& av_tracker = LLAvatarTracker::instance(); -- cgit v1.2.3