disable error messages

master
Unknown 2017-10-08 00:34:07 +02:00
parent 9d1f5a762d
commit 8e32d1e251
1 changed files with 4 additions and 4 deletions

View File

@ -657,7 +657,7 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap
} }
catch (Exception e) catch (Exception e)
{ {
m_log.Warn(string.Format("[WARP 3D IMAGE MODULE]: Failed to decode asset {0}, exception ", id), e); //m_log.Warn(string.Format("[WARP 3D IMAGE MODULE]: Failed to decode asset {0}, exception ", id), e);
} }
} }
@ -775,9 +775,9 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap
} }
catch (Exception ex) catch (Exception ex)
{ {
m_log.WarnFormat( //m_log.WarnFormat(
"[WARP 3D IMAGE MODULE]: Error decoding JPEG2000 texture {0} ({1} bytes): {2}", //"[WARP 3D IMAGE MODULE]: Error decoding JPEG2000 texture {0} ({1} bytes): {2}",
textureID, j2kData.Length, ex.Message); // textureID, j2kData.Length, ex.Message);
width = 0; width = 0;
height = 0; height = 0;