aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-03-20 23:35:50 +0000
committerJustin Clark-Casey (justincc)2012-03-22 23:01:39 +0000
commit381517b4517cb8878b9a979425a05e5fce6d84d4 (patch)
treeee3b079c719847592e1f84e21c4ef9d6e2f52a8b
parentFix small typo (diff)
downloadopensim-SC_OLD-381517b4517cb8878b9a979425a05e5fce6d84d4.zip
opensim-SC_OLD-381517b4517cb8878b9a979425a05e5fce6d84d4.tar.gz
opensim-SC_OLD-381517b4517cb8878b9a979425a05e5fce6d84d4.tar.bz2
opensim-SC_OLD-381517b4517cb8878b9a979425a05e5fce6d84d4.tar.xz
Add prim name to "[MESH]: No recognized physics mesh..." log message
-rw-r--r--OpenSim/Region/Physics/Meshing/Meshmerizer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
index 6f6ed7f..3bd15ce 100644
--- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
+++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
@@ -358,7 +358,7 @@ namespace OpenSim.Region.Physics.Meshing
358 358
359 if (physicsParms == null) 359 if (physicsParms == null)
360 { 360 {
361 m_log.Warn("[MESH]: no recognized physics mesh found in mesh asset"); 361 m_log.WarnFormat("[MESH]: No recognized physics mesh found in mesh asset for {0}", primName);
362 return false; 362 return false;
363 } 363 }
364 364