diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs index 2089f07d77..5dccf135c1 100644 --- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs @@ -330,7 +330,11 @@ namespace OpenSim.Region.Environment.Scenes icon.EndInvoke(iar); } - + /// + /// Asynchronous call to information neighbouring regions that this region is up + /// + /// + /// private void InformNeighboursThatRegionIsUpAsync(RegionInfo region, ulong regionhandle) { m_log.Info("[INTERGRID]: Starting to inform neighbors that I'm here"); @@ -343,7 +347,7 @@ namespace OpenSim.Region.Environment.Scenes } else { - m_log.Info("[INTERGRID]: Failed to inform neighbors that I'm here"); + m_log.Warn("[INTERGRID]: Failed to inform neighbors that I'm here."); } }