aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
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/Region/Physics/OdePlugin/OdePlugin.cs
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/Region/Physics/OdePlugin/OdePlugin.cs')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdePlugin.cs2
1 files changed, 1 insertions, 1 deletions
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)