diff options
Diffstat (limited to 'OpenSim')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs b/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs index 219372b..b16bc10 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs | |||
@@ -685,7 +685,7 @@ public sealed class BSShapeCollection : IDisposable | |||
685 | } | 685 | } |
686 | else | 686 | else |
687 | { | 687 | { |
688 | PhysicsScene.Logger.ErrorFormat("{0} All mesh triangles degenerate. Prim {1} at {2} in {3}", | 688 | PhysicsScene.Logger.DebugFormat("{0} All mesh triangles degenerate. Prim {1} at {2} in {3}", |
689 | LogHeader, prim.PhysObjectName, prim.RawPosition, PhysicsScene.Name); | 689 | LogHeader, prim.PhysObjectName, prim.RawPosition, PhysicsScene.Name); |
690 | } | 690 | } |
691 | } | 691 | } |