aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorTeravus Ovares2008-02-14 10:07:15 +0000
committerTeravus Ovares2008-02-14 10:07:15 +0000
commit135a72d6ca37933f775f656537c2343badc783e0 (patch)
treebaea6d6d6d168971552fbe73cea09719d4107a16 /OpenSim
parentChanged UserServer create user password input to cleartext so we can see what... (diff)
downloadopensim-SC_OLD-135a72d6ca37933f775f656537c2343badc783e0.zip
opensim-SC_OLD-135a72d6ca37933f775f656537c2343badc783e0.tar.gz
opensim-SC_OLD-135a72d6ca37933f775f656537c2343badc783e0.tar.bz2
opensim-SC_OLD-135a72d6ca37933f775f656537c2343badc783e0.tar.xz
* 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
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODEPrim.cs7
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdePlugin.cs2
2 files changed, 3 insertions, 6 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
index 4c041a1..59c1f87 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
@@ -186,7 +186,7 @@ namespace OpenSim.Region.Physics.OdePlugin
186 { 186 {
187 prev_geom = prim_geom; 187 prev_geom = prim_geom;
188 prim_geom = geom; 188 prim_geom = geom;
189 m_log.Warn("Setting Geom to: " + prim_geom); 189 //m_log.Warn("Setting Geom to: " + prim_geom);
190 190
191 } 191 }
192 192
@@ -464,10 +464,7 @@ namespace OpenSim.Region.Physics.OdePlugin
464 464
465 m_targetSpace = targetspace; 465 m_targetSpace = targetspace;
466 466
467 if (m_targetSpace != (IntPtr)0) 467
468 {
469 m_log.Warn("[PHYSICS]: target: " + m_targetSpace.ToString());
470 }
471 468
472 if (_mesh != null) 469 if (_mesh != null)
473 { 470 {
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
index 9392192..4fbf653 100644
--- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
+++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
@@ -776,7 +776,7 @@ namespace OpenSim.Region.Physics.OdePlugin
776 776
777 } 777 }
778 } 778 }
779 m_log.Warn(prim.prim_geom); 779 //m_log.Warn(prim.prim_geom);
780 try 780 try
781 { 781 {
782 if (prim.prim_geom != (IntPtr)0) 782 if (prim.prim_geom != (IntPtr)0)