display prim name, if unzip of selected phsyics mesh part fails on ubMeshmerizer ( thx Dan)

This commit is contained in:
UbitUmarov
2015-10-11 20:17:58 +01:00
parent 2b354902b5
commit 88763178c5

View File

@@ -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;
}