mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
One more debug mantis #6625
This commit is contained in:
@@ -292,6 +292,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
|
|||||||
friendsData = new UserFriendData();
|
friendsData = new UserFriendData();
|
||||||
friendsData.PrincipalID = agentID;
|
friendsData.PrincipalID = agentID;
|
||||||
friendsData.Friends = GetFriendsFromService(client);
|
friendsData.Friends = GetFriendsFromService(client);
|
||||||
|
m_log.DebugFormat("[FRIENDS MODULE]: User has {1} friends", friendsData.Friends.Length);
|
||||||
friendsData.Refcount = 1;
|
friendsData.Refcount = 1;
|
||||||
|
|
||||||
m_Friends[agentID] = friendsData;
|
m_Friends[agentID] = friendsData;
|
||||||
|
|||||||
Reference in New Issue
Block a user