aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules
diff options
context:
space:
mode:
authorMelanie Thielker2017-01-30 12:58:15 +0000
committerMelanie Thielker2017-01-30 12:58:15 +0000
commita17db1b3cdae29f1d8681747cd96b1bada185f6c (patch)
treef21e73cf27e37942a6ce45b086c14d19da5eb2f0 /OpenSim/Region/PhysicsModules
parentMake it possible to override the URL module (diff)
downloadopensim-SC_OLD-a17db1b3cdae29f1d8681747cd96b1bada185f6c.zip
opensim-SC_OLD-a17db1b3cdae29f1d8681747cd96b1bada185f6c.tar.gz
opensim-SC_OLD-a17db1b3cdae29f1d8681747cd96b1bada185f6c.tar.bz2
opensim-SC_OLD-a17db1b3cdae29f1d8681747cd96b1bada185f6c.tar.xz
Comment two very spammy debug messages that the usr can't do anything about
Make a third one conditional.
Diffstat (limited to 'OpenSim/Region/PhysicsModules')
-rw-r--r--OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs b/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs
index 163f439..0117800 100644
--- a/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs
+++ b/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs
@@ -454,7 +454,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing
454 454
455 if (physicsParms == null) 455 if (physicsParms == null)
456 { 456 {
457 m_log.WarnFormat("[MESH]: unknown mesh type for prim {0}",primName); 457 //m_log.WarnFormat("[MESH]: unknown mesh type for prim {0}",primName);
458 return false; 458 return false;
459 } 459 }
460 460
@@ -712,7 +712,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing
712 else 712 else
713 { 713 {
714 // if neither mesh or decomposition present, warn and use convex 714 // if neither mesh or decomposition present, warn and use convex
715 m_log.WarnFormat("[MESH]: Data for PRIM shape type ( mesh or decomposition) not found for prim {0}",primName); 715 //m_log.WarnFormat("[MESH]: Data for PRIM shape type ( mesh or decomposition) not found for prim {0}",primName);
716 } 716 }
717 } 717 }
718 vs.Clear(); 718 vs.Clear();