Fixed previous debug message

This commit is contained in:
Diva Canto
2013-06-29 21:30:07 -07:00
parent 8fa5d12fcb
commit c462e0a51c

View File

@@ -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;