Fix argument index in log4net call. (fixes #4003)

arthursv
Jeff Ames 2009-08-17 01:45:48 +09:00
parent e5b94346b6
commit ad02aefaee
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Land
public LandData GetLandData(ulong regionHandle, uint x, uint y)
{
m_log.DebugFormat("[LAND IN CONNECTOR]: GetLandData for {0}. Count = {2}",
m_log.DebugFormat("[LAND IN CONNECTOR]: GetLandData for {0}. Count = {1}",
regionHandle, m_Scenes.Count);
foreach (Scene s in m_Scenes)
{