diff options
author | ubit | 2012-10-28 11:26:31 +0100 |
---|---|---|
committer | ubit | 2012-10-28 11:26:31 +0100 |
commit | e0510203f94c169cab949c4bc6b9b97ec0aab125 (patch) | |
tree | b8da7569b4ebcf6efd4eda2bf56a0b09ffbf017c /OpenSim/Region | |
parent | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
parent | more debug (diff) | |
download | opensim-SC-e0510203f94c169cab949c4bc6b9b97ec0aab125.zip opensim-SC-e0510203f94c169cab949c4bc6b9b97ec0aab125.tar.gz opensim-SC-e0510203f94c169cab949c4bc6b9b97ec0aab125.tar.bz2 opensim-SC-e0510203f94c169cab949c4bc6b9b97ec0aab125.tar.xz |
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/EventManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/EventManager.cs b/OpenSim/Region/Framework/Scenes/EventManager.cs index eee5960..7916c42 100644 --- a/OpenSim/Region/Framework/Scenes/EventManager.cs +++ b/OpenSim/Region/Framework/Scenes/EventManager.cs | |||
@@ -2458,6 +2458,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2458 | { | 2458 | { |
2459 | foreach (Action<Scene> d in handler.GetInvocationList()) | 2459 | foreach (Action<Scene> d in handler.GetInvocationList()) |
2460 | { | 2460 | { |
2461 | m_log.InfoFormat("[EVENT MANAGER]: TriggerSceneShuttingDown invoque {0}", d.Method.Name.ToString()); | ||
2461 | try | 2462 | try |
2462 | { | 2463 | { |
2463 | d(s); | 2464 | d(s); |
@@ -2470,6 +2471,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2470 | } | 2471 | } |
2471 | } | 2472 | } |
2472 | } | 2473 | } |
2474 | m_log.Info("[EVENT MANAGER]: TriggerSceneShuttingDown done"); | ||
2473 | } | 2475 | } |
2474 | 2476 | ||
2475 | public void TriggerOnRegionStarted(Scene scene) | 2477 | public void TriggerOnRegionStarted(Scene scene) |