HG Friends: debug an issue where the friends data stored in the DB is incomplete.

This commit is contained in:
Diva Canto
2013-07-04 08:47:45 -07:00
parent 119f84fe11
commit 27cdfb7b84
2 changed files with 9 additions and 1 deletions

View File

@@ -546,6 +546,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
FriendsService.StoreFriend(agentID.ToString(), theFriendUUID, 1);
// and also the converse
FriendsService.StoreFriend(theFriendUUID, agentID.ToString(), 1);
m_log.DebugFormat("[HGFRIENDS MODULE]: Stored {0} {01}", agentID, theFriendUUID);
//if (!confirming)
//{