diff options
author | Dr Scofield | 2009-04-17 13:27:32 +0000 |
---|---|---|
committer | Dr Scofield | 2009-04-17 13:27:32 +0000 |
commit | 96a22862d29c4ccc0cfd97f7b414174cecbea877 (patch) | |
tree | b09e62f8ec2d924290a379939cdeaaceef365592 /OpenSim/Region | |
parent | Adds a new REST service /admin/regioninfo/ --- will return a (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBackground.cs | 1 |
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 | } |