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

0.7.4.1
Justin Clark-Casey (justincc) 2012-03-20 23:35:50 +00:00
parent 02f9caf6ce
commit 4c41b53a4b
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;
}