aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorubit2012-10-09 20:43:59 +0200
committerubit2012-10-09 20:43:59 +0200
commit9ad670e82c90d6bf2aa03202a6983e7e625dc342 (patch)
tree86fd72aee69e2c61e029392dc4752cad6c3a1067
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parentdebug... (diff)
downloadopensim-SC_OLD-9ad670e82c90d6bf2aa03202a6983e7e625dc342.zip
opensim-SC_OLD-9ad670e82c90d6bf2aa03202a6983e7e625dc342.tar.gz
opensim-SC_OLD-9ad670e82c90d6bf2aa03202a6983e7e625dc342.tar.bz2
opensim-SC_OLD-9ad670e82c90d6bf2aa03202a6983e7e625dc342.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs7
1 files changed, 5 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs
index fe6105f..03048a4 100644
--- a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs
+++ b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs
@@ -733,8 +733,11 @@ namespace OpenSim.Region.Physics.OdePlugin
733 if (!actor_name_map.TryGetValue(g2, out dp2)) 733 if (!actor_name_map.TryGetValue(g2, out dp2))
734 m_log.WarnFormat("[PHYSICS]: failed actor mapping for geom 2"); 734 m_log.WarnFormat("[PHYSICS]: failed actor mapping for geom 2");
735 else 735 else
736 m_log.WarnFormat("[PHYSICS]: land versus large prim geo {0},size {1}, AABBsize <{2},{3},{4}>, at {5}", 736 m_log.WarnFormat("[PHYSICS]: land versus large prim geo {0},size {1}, AABBsize <{2},{3},{4}>, at {5} ori {6},({7})",
737 dp2.Name, dp2.Size, x, y, z, dp2.Position); 737 dp2.Name, dp2.Size, x, y, z,
738 dp2.Position.ToString(),
739 dp2.Orientation.ToString(),
740 dp2.Orientation.Length());
738 return; 741 return;
739 } 742 }
740 } 743 }