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.
bulletsim
Justin Clark-Casey (justincc) 2011-07-11 04:23:30 +01:00
parent 8e44a8e2b9
commit 24efb021ff
1 changed files with 1 additions and 1 deletions

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;