mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Fixed previous debug message
This commit is contained in:
@@ -292,7 +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);
|
||||
m_log.DebugFormat("[FRIENDS MODULE]: User has {0} friends", friendsData.Friends.Length);
|
||||
friendsData.Refcount = 1;
|
||||
|
||||
m_Friends[agentID] = friendsData;
|
||||
|
||||
Reference in New Issue
Block a user