mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
display prim name, if unzip of selected phsyics mesh part fails on ubMeshmerizer ( thx Dan)
This commit is contained in:
@@ -469,7 +469,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.Error("[MESH]: exception decoding physical mesh: " + e.ToString());
|
||||
m_log.Error("[MESH]: exception decoding physical mesh prim " + primName +" : " + e.ToString());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user