Issue #5785 - remove warning on CompressExtension failure

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2020-12-10 23:22:03 +11:00
parent e49d011db8
commit 9d2e350b04
1 changed files with 0 additions and 1 deletions

View File

@ -441,7 +441,6 @@ public abstract class CompressExtension extends AbstractExtension
notifyCallbackFailure(current.callback, x);
// If something went wrong, very likely the compression context
// will be invalid, so we need to fail this IteratingCallback.
LOG.warn(x);
super.failed(x);
}