aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/EventManager.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-10-28 10:25:58 +0000
committerUbitUmarov2012-10-28 10:25:58 +0000
commitad7f273d95b941e5556c875d1a2b6ea1cef34604 (patch)
treeec8fea58f935c06b973be8d9e5b3eb2a02865f98 /OpenSim/Region/Framework/Scenes/EventManager.cs
parent remove pre physics build testing (diff)
downloadopensim-SC_OLD-ad7f273d95b941e5556c875d1a2b6ea1cef34604.zip
opensim-SC_OLD-ad7f273d95b941e5556c875d1a2b6ea1cef34604.tar.gz
opensim-SC_OLD-ad7f273d95b941e5556c875d1a2b6ea1cef34604.tar.bz2
opensim-SC_OLD-ad7f273d95b941e5556c875d1a2b6ea1cef34604.tar.xz
more debug
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/EventManager.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/EventManager.cs2
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)