fix a error message
parent
f466c56ba4
commit
714f4387b8
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue