From 135a72d6ca37933f775f656537c2343badc783e0 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Thu, 14 Feb 2008 10:07:15 +0000 Subject: [PATCH] * Removed the noise from the console. The last commit seems to have resolved the recent reports of 'argument not a space' on linux. Though, there were about 50 changes :D --- OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 7 ++----- OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index 4c041a1c1d..59c1f873b5 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs @@ -186,7 +186,7 @@ namespace OpenSim.Region.Physics.OdePlugin { prev_geom = prim_geom; prim_geom = geom; - m_log.Warn("Setting Geom to: " + prim_geom); + //m_log.Warn("Setting Geom to: " + prim_geom); } @@ -464,10 +464,7 @@ namespace OpenSim.Region.Physics.OdePlugin m_targetSpace = targetspace; - if (m_targetSpace != (IntPtr)0) - { - m_log.Warn("[PHYSICS]: target: " + m_targetSpace.ToString()); - } + if (_mesh != null) { diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 939219204a..4fbf653da2 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs @@ -776,7 +776,7 @@ namespace OpenSim.Region.Physics.OdePlugin } } - m_log.Warn(prim.prim_geom); + //m_log.Warn(prim.prim_geom); try { if (prim.prim_geom != (IntPtr)0)