diff options
Diffstat (limited to 'OpenSim/Region/PhysicsModules')
-rw-r--r-- | OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs b/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs index be76f8f..7b13f6a 100644 --- a/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs +++ b/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs | |||
@@ -469,7 +469,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
469 | } | 469 | } |
470 | catch (Exception e) | 470 | catch (Exception e) |
471 | { | 471 | { |
472 | m_log.Error("[MESH]: exception decoding physical mesh: " + e.ToString()); | 472 | m_log.Error("[MESH]: exception decoding physical mesh prim " + primName +" : " + e.ToString()); |
473 | return false; | 473 | return false; |
474 | } | 474 | } |
475 | 475 | ||