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

avinationmerge
UbitUmarov 2015-10-11 20:17:58 +01:00
parent 2b354902b5
commit 88763178c5
1 changed files with 1 additions and 1 deletions

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