fix a error message

0.9.1.0-post-fixes
UbitUmarov 2018-09-11 10:31:02 +01:00
parent f466c56ba4
commit 714f4387b8
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ namespace OpenSim.Region.Framework.Scenes
if (neighbourService != null)
neighbour = neighbourService.HelloNeighbour(regionhandle, region);
else
m_log.DebugFormat("{0} neighbour service provided for region {1} to inform neigbhours of status", LogHeader, m_scene.Name);
m_log.ErrorFormat("{0} No neighbour service provided for region {1} to inform neigbhours of status", LogHeader, m_scene.Name);
if (neighbour != null)
{