* 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
parent
44385800cf
commit
135a72d6ca
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue