stop a spamming robust debug message

LSLKeyTest
UbitUmarov 2016-08-02 17:37:41 +01:00
parent 90b899c4e4
commit 5baceff4e9
1 changed files with 4 additions and 4 deletions

View File

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