mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Add more log messages for message service/user service get_friends_list interaction
This commit is contained in:
@@ -259,7 +259,11 @@ namespace OpenSim.Grid.MessagingServer.Modules
|
||||
/// </summary>
|
||||
/// <param name="friendlistowner">The agent that we're retreiving the friends Data for.</param>
|
||||
private Dictionary<UUID, FriendListItem> GetUserFriendList(UUID friendlistowner)
|
||||
{
|
||||
{
|
||||
m_log.DebugFormat(
|
||||
"[MESSAGE SERVICE]: Requesting friends list for {0} from {1}",
|
||||
friendlistowner, m_cfg.UserServerURL);
|
||||
|
||||
Dictionary<UUID, FriendListItem> buddies = new Dictionary<UUID,FriendListItem>();
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user