aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
diff options
context:
space:
mode:
authorUbitUmarov2018-09-11 10:31:02 +0100
committerUbitUmarov2018-09-11 10:31:02 +0100
commit714f4387b8d477a9e18c05821bc6e3565229f0d4 (patch)
tree3b373fcca119231de845de611c6a408aa34d4396 /OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
parentoooops (diff)
downloadopensim-SC-714f4387b8d477a9e18c05821bc6e3565229f0d4.zip
opensim-SC-714f4387b8d477a9e18c05821bc6e3565229f0d4.tar.gz
opensim-SC-714f4387b8d477a9e18c05821bc6e3565229f0d4.tar.bz2
opensim-SC-714f4387b8d477a9e18c05821bc6e3565229f0d4.tar.xz
fix a error message
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
index 932e826..c89a123 100644
--- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
@@ -84,7 +84,7 @@ namespace OpenSim.Region.Framework.Scenes
84 if (neighbourService != null) 84 if (neighbourService != null)
85 neighbour = neighbourService.HelloNeighbour(regionhandle, region); 85 neighbour = neighbourService.HelloNeighbour(regionhandle, region);
86 else 86 else
87 m_log.DebugFormat("{0} neighbour service provided for region {1} to inform neigbhours of status", LogHeader, m_scene.Name); 87 m_log.ErrorFormat("{0} No neighbour service provided for region {1} to inform neigbhours of status", LogHeader, m_scene.Name);
88 88
89 if (neighbour != null) 89 if (neighbour != null)
90 { 90 {