From 74023aa97c2a821b154f447d8603f4cdfc68084c Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sat, 22 Mar 2008 22:17:35 +0000 Subject: [PATCH] * Miscellaneous comment before I found out that mantis 807 probably isn't an issue worth fixing. --- .../Environment/Scenes/SceneCommunicationService.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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."); } }