diff options
author | UbitUmarov | 2015-10-11 20:17:58 +0100 |
---|---|---|
committer | UbitUmarov | 2015-10-11 20:17:58 +0100 |
commit | 88763178c50199dcb7e90c714f5d0e4f65d34a23 (patch) | |
tree | 556807fe85224522b36af5ecdf4cdd196dbe51ce /OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs | |
parent | fix the casting to Boolean of lsl types vector,quaternion,list and rotation,... (diff) | |
download | opensim-SC-88763178c50199dcb7e90c714f5d0e4f65d34a23.zip opensim-SC-88763178c50199dcb7e90c714f5d0e4f65d34a23.tar.gz opensim-SC-88763178c50199dcb7e90c714f5d0e4f65d34a23.tar.bz2 opensim-SC-88763178c50199dcb7e90c714f5d0e4f65d34a23.tar.xz |
display prim name, if unzip of selected phsyics mesh part fails on ubMeshmerizer ( thx Dan)
Diffstat (limited to '')
-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 | ||