Fix an exception while outputting a log message

avinationmerge
Melanie 2012-07-29 15:12:03 +02:00
parent 659be9dd50
commit 30784ab9e1
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);
}
}