diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-17 14:59:03 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-17 14:59:03 -0700 |
commit | efa555cc5c5fa0b3d25f37fd8782aff5874d3779 (patch) | |
tree | c5b35c7f31f7418b60840b292f73ebdad73961dd /indra/newview/llpanelpeople.cpp | |
parent | 37dcc335321fb7a16b99fe4f159aa68ad8ec5d76 (diff) |
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.
Diffstat (limited to 'indra/newview/llpanelpeople.cpp')
-rwxr-xr-x | indra/newview/llpanelpeople.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |