diff options
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfacebookconnect.cpp | 1 | ||||
-rwxr-xr-x | indra/newview/llpanelpeople.cpp | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfacebookconnect.cpp b/indra/newview/llfacebookconnect.cpp index 67de13918e..36a40790ec 100644 --- a/indra/newview/llfacebookconnect.cpp +++ b/indra/newview/llfacebookconnect.cpp @@ -237,6 +237,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 10c1be241a..27ef40f0df 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(); |