summaryrefslogtreecommitdiff
path: root/indra/newview/llfacebookconnect.cpp
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-06-17 14:59:03 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-06-17 14:59:03 -0700
commitefa555cc5c5fa0b3d25f37fd8782aff5874d3779 (patch)
treec5b35c7f31f7418b60840b292f73ebdad73961dd /indra/newview/llfacebookconnect.cpp
parent37dcc335321fb7a16b99fe4f159aa68ad8ec5d76 (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/llfacebookconnect.cpp')
-rw-r--r--indra/newview/llfacebookconnect.cpp1
1 files changed, 1 insertions, 0 deletions
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);
}