mirror of
https://github.com/opensim/opensim.git
synced 2026-07-15 03:55:47 +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.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;
|
||||
|
||||
Reference in New Issue
Block a user