Fixed bad log message

This fixes http://opensimulator.org/mantis/view.php?id=7661
This commit is contained in:
Oren Hurvitz
2015-07-31 17:55:09 +03:00
parent 971d57644f
commit e979a7e7f0

View File

@@ -219,7 +219,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid
if (region != null)
{
m_log.DebugFormat("{0} GetRegionByPosition. Found region {1} in cache (of region {2}). Pos=<{3},{4}>",
LogHeader, region.RegionName,
LogHeader, region.RegionName, rcache.RegionName,
Util.WorldToRegionLoc((uint)region.RegionLocX), Util.WorldToRegionLoc((uint)region.RegionLocY));
break;
}