Adding commented out log messages and some minor formatting for future bug hunting. No functional changes.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-01-02 19:46:30 +00:00
parent 87374274b9
commit 014a86c26b
6 changed files with 97 additions and 72 deletions

View File

@@ -152,6 +152,9 @@ namespace OpenSim.Region.CoreModules.Agent.TextureSender
/// <param name="j2kData">JPEG2000 data</param>
private void DoJ2KDecode(UUID assetID, byte[] j2kData)
{
// m_log.DebugFormat(
// "[J2KDecoderModule]: Doing J2K decoding of {0} bytes for asset {1}", j2kData.Length, assetID);
//int DecodeTime = 0;
//DecodeTime = Environment.TickCount;
OpenJPEG.J2KLayerInfo[] layers;