aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Application/OpenSimBackground.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimBackground.cs b/OpenSim/Region/Application/OpenSimBackground.cs
index 16c244a..49b6ed8 100644
--- a/OpenSim/Region/Application/OpenSimBackground.cs
+++ b/OpenSim/Region/Application/OpenSimBackground.cs
@@ -66,6 +66,7 @@ namespace OpenSim
66 public override void Shutdown() 66 public override void Shutdown()
67 { 67 {
68 WorldHasComeToAnEnd.Set(); 68 WorldHasComeToAnEnd.Set();
69 m_log.Info("[OPENSIM MAIN]: World has come to an end");
69 base.Shutdown(); 70 base.Shutdown();
70 } 71 }
71 } 72 }