reduce verbosity of sculpt map cache messages to reporting cache failures only
parent
2d37ff6fb2
commit
be41a2cb7e
|
@ -199,8 +199,8 @@ namespace OpenSim.Region.Physics.Meshing
|
||||||
m_log.Error("[SCULPT]: unable to load cached sculpt map " + decodedSculptFileName + " " + e.Message);
|
m_log.Error("[SCULPT]: unable to load cached sculpt map " + decodedSculptFileName + " " + e.Message);
|
||||||
|
|
||||||
}
|
}
|
||||||
if (idata != null)
|
//if (idata != null)
|
||||||
m_log.Debug("[SCULPT]: loaded cached map asset for map ID: " + primShape.SculptTexture.ToString());
|
// m_log.Debug("[SCULPT]: loaded cached map asset for map ID: " + primShape.SculptTexture.ToString());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (idata == null)
|
if (idata == null)
|
||||||
|
|
Loading…
Reference in New Issue