Merge branch '0.7-post-fixes' of ssh://opensimulator.org/var/git/opensim into 0.7-post-fixes

0.7-release
Justin Clark-Casey 2010-06-18 23:09:35 +01:00
commit 5af0d94929
1 changed files with 1 additions and 1 deletions

View File

@ -1778,7 +1778,7 @@ namespace OpenSim.Region.Physics.OdePlugin
}
catch(Exception e)
{
m_log.ErrorFormat("[PHYSICS]: Exception while meshing prim {0}.");
m_log.ErrorFormat("[PHYSICS]: Exception while meshing prim {0}.", primName);
m_log.Debug(e.ToString());
mesh = null;
}