mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
More debug related to the previous commit
This commit is contained in:
@@ -526,9 +526,9 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
|
||||
if (friendSession.RegionID != UUID.Zero)
|
||||
{
|
||||
GridRegion region = GridService.GetRegionByUUID(m_Scenes[0].RegionInfo.ScopeID, friendSession.RegionID);
|
||||
m_log.DebugFormat("[FRIENDS]: Remote Notify to region {0}", (region == null ? "null" : region.RegionName));
|
||||
if (region != null)
|
||||
{
|
||||
m_log.DebugFormat("[FRIENDS]: Remote Notify to region {0}", region.RegionName);
|
||||
m_FriendsSimConnector.StatusNotify(region, userID, friendSession.UserID, online);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user