minor Tack the prim name on the end of the "experimental mesh proxy generation" message.

Can probably comment out this message soon, once a few other issues are tidied up.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-07-11 04:23:30 +01:00
parent 8e44a8e2b9
commit 24efb021ff

View File

@@ -319,7 +319,7 @@ namespace OpenSim.Region.Physics.Meshing
if (!useMeshiesPhysicsMesh)
return null;
m_log.Debug("[MESH]: experimental mesh proxy generation");
m_log.DebugFormat("[MESH]: experimental mesh proxy generation for {0}", primName);
OSD meshOsd = null;