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

0.7.3-post-fixes
Justin Clark-Casey (justincc) 2012-03-20 23:35:50 +00:00
parent 6ecf36d49c
commit 381517b451
1 changed files with 1 additions and 1 deletions

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