diff options
author | Justin Clark-Casey (justincc) | 2014-12-03 21:40:39 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-12-03 21:40:39 +0000 |
commit | 2d2aa6e07645b3b9f1577b41d0f73803ccafba80 (patch) | |
tree | 5e87fee5ad3c0433d35cff586b2092697bd04a83 /OpenSim/Services/GridService/GridService.cs | |
parent | minor: If we are recompiling scripts in response to a ScriptStopStrategy conf... (diff) | |
download | opensim-SC-2d2aa6e07645b3b9f1577b41d0f73803ccafba80.zip opensim-SC-2d2aa6e07645b3b9f1577b41d0f73803ccafba80.tar.gz opensim-SC-2d2aa6e07645b3b9f1577b41d0f73803ccafba80.tar.bz2 opensim-SC-2d2aa6e07645b3b9f1577b41d0f73803ccafba80.tar.xz |
minor: Just have one message that displays successful registration of a region with its parameters rather than 2
Diffstat (limited to 'OpenSim/Services/GridService/GridService.cs')
-rw-r--r-- | OpenSim/Services/GridService/GridService.cs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenSim/Services/GridService/GridService.cs b/OpenSim/Services/GridService/GridService.cs index e8a545c..29723d8 100644 --- a/OpenSim/Services/GridService/GridService.cs +++ b/OpenSim/Services/GridService/GridService.cs | |||
@@ -317,8 +317,10 @@ namespace OpenSim.Services.GridService | |||
317 | m_log.DebugFormat("[GRID SERVICE]: Database exception: {0}", e); | 317 | m_log.DebugFormat("[GRID SERVICE]: Database exception: {0}", e); |
318 | } | 318 | } |
319 | 319 | ||
320 | m_log.DebugFormat("[GRID SERVICE]: Region {0} ({1}) registered successfully at {2}-{3} with flags {4}", | 320 | m_log.DebugFormat |
321 | regionInfos.RegionName, regionInfos.RegionID, regionInfos.RegionCoordX, regionInfos.RegionCoordY, | 321 | ("[GRID SERVICE]: Region {0} ({1}, {2}x{3}) registered at {4},{5} with flags {6}", |
322 | regionInfos.RegionName, regionInfos.RegionID, regionInfos.RegionSizeX, regionInfos.RegionSizeY, | ||
323 | regionInfos.RegionCoordX, regionInfos.RegionCoordY, | ||
322 | (OpenSim.Framework.RegionFlags)flags); | 324 | (OpenSim.Framework.RegionFlags)flags); |
323 | 325 | ||
324 | return String.Empty; | 326 | return String.Empty; |