aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics
diff options
context:
space:
mode:
authorMelanie2012-09-17 12:58:59 +0200
committerMelanie2012-09-17 12:58:59 +0200
commitf2308c819e3b8550507146f0490f2fc143a4abc1 (patch)
treeeb391d30dc2b4e7276a01642f15b8103e975a419 /OpenSim/Region/Physics
parentMake agent creation at destination asynchronous. Failures here are pretty (diff)
downloadopensim-SC_OLD-f2308c819e3b8550507146f0490f2fc143a4abc1.zip
opensim-SC_OLD-f2308c819e3b8550507146f0490f2fc143a4abc1.tar.gz
opensim-SC_OLD-f2308c819e3b8550507146f0490f2fc143a4abc1.tar.bz2
opensim-SC_OLD-f2308c819e3b8550507146f0490f2fc143a4abc1.tar.xz
Remove spammy "axislock" debug.
Diffstat (limited to 'OpenSim/Region/Physics')
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
index fbc6134..61d5a1d 100644
--- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
@@ -902,7 +902,7 @@ namespace OpenSim.Region.Physics.OdePlugin
902 axis.X = (axis.X > 0) ? 1f : 0f; 902 axis.X = (axis.X > 0) ? 1f : 0f;
903 axis.Y = (axis.Y > 0) ? 1f : 0f; 903 axis.Y = (axis.Y > 0) ? 1f : 0f;
904 axis.Z = (axis.Z > 0) ? 1f : 0f; 904 axis.Z = (axis.Z > 0) ? 1f : 0f;
905 m_log.DebugFormat("[axislock]: <{0},{1},{2}>", axis.X, axis.Y, axis.Z); 905// m_log.DebugFormat("[axislock]: <{0},{1},{2}>", axis.X, axis.Y, axis.Z);
906 AddChange(changes.AngLock, axis); 906 AddChange(changes.AngLock, axis);
907 } 907 }
908 else 908 else