diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/EventManager.cs')
-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) |