aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index fb931f4..a78ad98 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -605,7 +605,8 @@ namespace OpenSim.Region.Environment.Scenes
605 // This is the method that shuts down the scene. 605 // This is the method that shuts down the scene.
606 public override void Close() 606 public override void Close()
607 { 607 {
608 m_log.Warn("[SCENE]: Closing down the single simulator: " + RegionInfo.RegionName); 608 m_log.InfoFormat("[SCENE]: Closing down the single simulator: {0}", RegionInfo.RegionName);
609
609 // Kick all ROOT agents with the message, 'The simulator is going down' 610 // Kick all ROOT agents with the message, 'The simulator is going down'
610 ForEachScenePresence(delegate(ScenePresence avatar) 611 ForEachScenePresence(delegate(ScenePresence avatar)
611 { 612 {