aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
authorDr Scofield2009-04-17 13:27:32 +0000
committerDr Scofield2009-04-17 13:27:32 +0000
commit96a22862d29c4ccc0cfd97f7b414174cecbea877 (patch)
treeb09e62f8ec2d924290a379939cdeaaceef365592 /OpenSim/Region/Application
parentAdds a new REST service /admin/regioninfo/ --- will return a (diff)
downloadopensim-SC_OLD-96a22862d29c4ccc0cfd97f7b414174cecbea877.zip
opensim-SC_OLD-96a22862d29c4ccc0cfd97f7b414174cecbea877.tar.gz
opensim-SC_OLD-96a22862d29c4ccc0cfd97f7b414174cecbea877.tar.bz2
opensim-SC_OLD-96a22862d29c4ccc0cfd97f7b414174cecbea877.tar.xz
adding log statement on shutdown in background mode
Diffstat (limited to 'OpenSim/Region/Application')
-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 }