* Removed a debug line that got called every frame.

ThreadPoolClientBranch
Teravus Ovares 2008-02-13 08:37:50 +00:00
parent d773ca5147
commit c1044039d4
3 changed files with 3 additions and 3 deletions

View File

@ -737,7 +737,7 @@ namespace OpenSim.Region.Environment.Scenes
m_statsReporter.addOtherMS(otherMS); m_statsReporter.addOtherMS(otherMS);
m_statsReporter.SetActiveScripts(m_innerScene.GetActiveScripts()); m_statsReporter.SetActiveScripts(m_innerScene.GetActiveScripts());
m_statsReporter.addScriptLines(m_innerScene.GetScriptLPS()); m_statsReporter.addScriptLines(m_innerScene.GetScriptLPS());
m_log.Warn(physicsMS);
} }
catch (NotImplementedException) catch (NotImplementedException)
{ {

View File

@ -359,7 +359,7 @@ namespace OpenSim.Region.Physics.OdePlugin
//capsuleradius = 0.2f; //capsuleradius = 0.2f;
CAPSULE_LENGTH = (SetSize.Z - ((SetSize.Z*0.52f))); // subtract 43% of the size CAPSULE_LENGTH = (SetSize.Z - ((SetSize.Z*0.52f))); // subtract 43% of the size
m_log.Info("[SIZE]: " + CAPSULE_LENGTH.ToString()); //m_log.Info("[SIZE]: " + CAPSULE_LENGTH.ToString());
d.BodyDestroy(Body); d.BodyDestroy(Body);
_parent_scene.waitForSpaceUnlock(_parent_scene.space); _parent_scene.waitForSpaceUnlock(_parent_scene.space);

View File

@ -431,7 +431,7 @@ namespace OpenSim.Region.Physics.OdePlugin
catch (System.AccessViolationException) catch (System.AccessViolationException)
{ {
m_log.Error("MESH LOCKED"); m_log.Error("[PHYSICS]: MESH LOCKED");
return; return;
} }
if (IsPhysical && Body == (IntPtr) 0) if (IsPhysical && Body == (IntPtr) 0)