mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
minor: Just have one message that displays successful registration of a region with its parameters rather than 2
This commit is contained in:
@@ -2042,11 +2042,11 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
GridRegion region = new GridRegion(RegionInfo);
|
||||
string error = GridService.RegisterRegion(RegionInfo.ScopeID, region);
|
||||
m_log.DebugFormat("{0} RegisterRegionWithGrid. name={1},id={2},loc=<{3},{4}>,size=<{5},{6}>",
|
||||
LogHeader, m_regionName,
|
||||
RegionInfo.RegionID,
|
||||
RegionInfo.RegionLocX, RegionInfo.RegionLocY,
|
||||
RegionInfo.RegionSizeX, RegionInfo.RegionSizeY);
|
||||
// m_log.DebugFormat("[SCENE]: RegisterRegionWithGrid. name={0},id={1},loc=<{2},{3}>,size=<{4},{5}>",
|
||||
// m_regionName,
|
||||
// RegionInfo.RegionID,
|
||||
// RegionInfo.RegionLocX, RegionInfo.RegionLocY,
|
||||
// RegionInfo.RegionSizeX, RegionInfo.RegionSizeY);
|
||||
|
||||
if (error != String.Empty)
|
||||
throw new Exception(error);
|
||||
|
||||
Reference in New Issue
Block a user