stop a spamming robust debug message
parent
90b899c4e4
commit
5baceff4e9
|
@ -341,7 +341,7 @@ namespace OpenSim.Services.GridService
|
||||||
|
|
||||||
return String.Empty;
|
return String.Empty;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Search the region map for regions conflicting with this region.
|
/// Search the region map for regions conflicting with this region.
|
||||||
/// The region to be added is passed and we look for any existing regions that are
|
/// The region to be added is passed and we look for any existing regions that are
|
||||||
|
@ -433,7 +433,7 @@ namespace OpenSim.Services.GridService
|
||||||
// is the non-conflicting region found at the location being requested.
|
// is the non-conflicting region found at the location being requested.
|
||||||
return region;
|
return region;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
// String describing name and region location of passed region
|
// String describing name and region location of passed region
|
||||||
private String RegionString(RegionData reg)
|
private String RegionString(RegionData reg)
|
||||||
{
|
{
|
||||||
|
@ -548,8 +548,8 @@ namespace OpenSim.Services.GridService
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_log.DebugFormat("{0} GetRegionByPosition. Did not find region in database. Pos=<{1},{2}>",
|
// m_log.DebugFormat("{0} GetRegionByPosition. Did not find region in database. Pos=<{1},{2}>",
|
||||||
LogHeader, regionX, regionY);
|
// LogHeader, regionX, regionY);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue