Fixed bad log message

This fixes http://opensimulator.org/mantis/view.php?id=7661
0.8.2-post-fixes
Oren Hurvitz 2015-07-31 17:55:09 +03:00
parent 971d57644f
commit e979a7e7f0
1 changed files with 1 additions and 1 deletions

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;
}