display prim name, if unzip of selected phsyics mesh part fails on ubMeshmerizer ( thx Dan)
parent
2b354902b5
commit
88763178c5
|
@ -469,7 +469,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue