more debug

avinationmerge
UbitUmarov 2012-10-28 10:25:58 +00:00
parent e297e90bda
commit ad7f273d95
1 changed files with 2 additions and 0 deletions

View File

@ -2458,6 +2458,7 @@ namespace OpenSim.Region.Framework.Scenes
{ {
foreach (Action<Scene> d in handler.GetInvocationList()) foreach (Action<Scene> d in handler.GetInvocationList())
{ {
m_log.InfoFormat("[EVENT MANAGER]: TriggerSceneShuttingDown invoque {0}", d.Method.Name.ToString());
try try
{ {
d(s); d(s);
@ -2470,6 +2471,7 @@ namespace OpenSim.Region.Framework.Scenes
} }
} }
} }
m_log.Info("[EVENT MANAGER]: TriggerSceneShuttingDown done");
} }
public void TriggerOnRegionStarted(Scene scene) public void TriggerOnRegionStarted(Scene scene)