mantis 8335: fix string format

0.9.1.0-post-fixes
UbitUmarov 2018-07-11 18:26:17 +01:00
parent e52bc6b575
commit 3cea21ab63
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 {0} to inform neigbhours of status", LogHeader, m_scene.Name);
m_log.DebugFormat("{0} neighbour service provided for region {1} to inform neigbhours of status", LogHeader, m_scene.Name);
if (neighbour != null)
{