Add prim name to "[MESH]: No recognized physics mesh..." log message

This commit is contained in:
Justin Clark-Casey (justincc)
2012-03-20 23:35:50 +00:00
parent 02f9caf6ce
commit 4c41b53a4b

View File

@@ -358,7 +358,7 @@ namespace OpenSim.Region.Physics.Meshing
if (physicsParms == null)
{
m_log.Warn("[MESH]: no recognized physics mesh found in mesh asset");
m_log.WarnFormat("[MESH]: No recognized physics mesh found in mesh asset for {0}", primName);
return false;
}