Missing parameter in log error message was throwing exception

0.7.4.1
Dan Lake 2012-07-18 13:05:48 -07:00
parent 5d3723a47f
commit 0dd14ca0a3
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ namespace OpenSim.Region.Framework.Scenes
{
m_log.WarnFormat(
"[SCENE COMMUNICATION SERVICE]: Region {0} failed to inform neighbour at {1}-{2} that it is up.",
x / Constants.RegionSize, y / Constants.RegionSize);
m_scene.Name, x / Constants.RegionSize, y / Constants.RegionSize);
}
}