* 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

ThreadPoolClientBranch
Teravus Ovares 2008-02-14 10:07:15 +00:00
parent 44385800cf
commit 135a72d6ca
2 changed files with 3 additions and 6 deletions

View File

@ -186,7 +186,7 @@ namespace OpenSim.Region.Physics.OdePlugin
{ {
prev_geom = prim_geom; prev_geom = prim_geom;
prim_geom = 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; m_targetSpace = targetspace;
if (m_targetSpace != (IntPtr)0)
{
m_log.Warn("[PHYSICS]: target: " + m_targetSpace.ToString());
}
if (_mesh != null) if (_mesh != null)
{ {

View File

@ -776,7 +776,7 @@ namespace OpenSim.Region.Physics.OdePlugin
} }
} }
m_log.Warn(prim.prim_geom); //m_log.Warn(prim.prim_geom);
try try
{ {
if (prim.prim_geom != (IntPtr)0) if (prim.prim_geom != (IntPtr)0)