diff options
author | MW | 2007-11-16 13:39:11 +0000 |
---|---|---|
committer | MW | 2007-11-16 13:39:11 +0000 |
commit | 483377adaedefb12f19b3f843dbabfd7b545bf90 (patch) | |
tree | ceddc3cadc6d933e9964ad2ca2d694ca11452511 /OpenSim/Region/Application | |
parent | fixed some AssemblyInfo files (diff) | |
download | opensim-SC_OLD-483377adaedefb12f19b3f843dbabfd7b545bf90.zip opensim-SC_OLD-483377adaedefb12f19b3f843dbabfd7b545bf90.tar.gz opensim-SC_OLD-483377adaedefb12f19b3f843dbabfd7b545bf90.tar.bz2 opensim-SC_OLD-483377adaedefb12f19b3f843dbabfd7b545bf90.tar.xz |
More cleaning up when deleting regions from a instance. NOTE: IGridServices.DeregisterRegion() method needs implementing for grid mode.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 8d56222..c1df86c 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -773,7 +773,7 @@ namespace OpenSim | |||
773 | case "regions": | 773 | case "regions": |
774 | m_sceneManager.ForEachScene(delegate(Scene scene) | 774 | m_sceneManager.ForEachScene(delegate(Scene scene) |
775 | { | 775 | { |
776 | Console.WriteLine("Region Name: " + scene.RegionInfo.RegionName + " , Region XLoc: " + scene.RegionInfo.RegionLocX + " , Region YLoc: " + scene.RegionInfo.RegionLocY); | 776 | m_log.Error("Region Name: " + scene.RegionInfo.RegionName + " , Region XLoc: " + scene.RegionInfo.RegionLocX + " , Region YLoc: " + scene.RegionInfo.RegionLocY); |
777 | }); | 777 | }); |
778 | break; | 778 | break; |
779 | } | 779 | } |