reduce verbosity of sculpt map cache messages to reporting cache failures only

0.6.6-post-fixes
Dahlia Trimble 2009-05-31 23:57:52 +00:00
parent 2d37ff6fb2
commit be41a2cb7e
1 changed files with 2 additions and 2 deletions

View File

@ -199,8 +199,8 @@ namespace OpenSim.Region.Physics.Meshing
m_log.Error("[SCULPT]: unable to load cached sculpt map " + decodedSculptFileName + " " + e.Message);
}
if (idata != null)
m_log.Debug("[SCULPT]: loaded cached map asset for map ID: " + primShape.SculptTexture.ToString());
//if (idata != null)
// m_log.Debug("[SCULPT]: loaded cached map asset for map ID: " + primShape.SculptTexture.ToString());
}
if (idata == null)