One more debug mantis #6625

cpu-performance
Diva Canto 2013-06-29 21:26:58 -07:00
parent 0c97021565
commit 8fa5d12fcb
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
friendsData = new UserFriendData();
friendsData.PrincipalID = agentID;
friendsData.Friends = GetFriendsFromService(client);
m_log.DebugFormat("[FRIENDS MODULE]: User has {1} friends", friendsData.Friends.Length);
friendsData.Refcount = 1;
m_Friends[agentID] = friendsData;