aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-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 0189e42..0400899 100644
--- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
@@ -644,7 +644,7 @@ namespace OpenSim.Region.Physics.OdePlugin
644// Debug 644// Debug
645 float qlen = value.Length(); 645 float qlen = value.Length();
646 if (value.Length() > 1.01f || qlen <0.99) 646 if (value.Length() > 1.01f || qlen <0.99)
647 m_log.WarnFormat("[PHYSICS]: Got nonnorm quaternion Orientation from Scene in Object {0} norm {}", Name, qlen); 647 m_log.WarnFormat("[PHYSICS]: Got nonnorm quaternion Orientation from Scene in Object {0} norm {1}", Name, qlen);
648// 648//
649 AddChange(changes.Orientation, value); 649 AddChange(changes.Orientation, value);
650 } 650 }