Skip to content

Commit

Permalink
Update ZeissCZIReader.java
Browse files Browse the repository at this point in the history
Change log level of ZSTD1 without hi/lo flag from warning to debug. 
Rationale: The image data is still usable and valid in that case. Changing to debug information.
  • Loading branch information
swg08 authored Feb 5, 2024
1 parent ea3862b commit f3b162f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4187,7 +4187,7 @@ public byte[] readPixelData(RandomAccessInputStream s, Region tile, byte[] buf)
}
}
else {
LOGGER.warn("ZSTD-1 compression used, but no high/low byte unpacking");
LOGGER.debug("ZSTD-1 compression used, but no high/low byte unpacking");
data = decoded;
}

Expand Down

0 comments on commit f3b162f

Please sign in to comment.