And this fixes the other failing tests. Justin, the thread pool is not being initialized in the tests!

This commit is contained in:
Diva Canto
2013-07-13 23:01:41 -07:00
parent e4f741f006
commit fcb0349d56

View File

@@ -1383,8 +1383,6 @@ namespace OpenSim.Region.Framework.Scenes
sog.ScheduleGroupForFullUpdate();
}
m_log.DebugFormat("[SCENE PRESENCE]: ({0}) Available threads: {1}", Name, Util.FireAndForgetCount());
// m_log.DebugFormat(
// "[SCENE PRESENCE]: Completing movement of {0} into region {1} took {2}ms",
// client.Name, Scene.RegionInfo.RegionName, (DateTime.Now - startTime).Milliseconds);