Issue #5785 - remove warning on CompressExtension failure
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
e49d011db8
commit
9d2e350b04
|
@ -441,7 +441,6 @@ public abstract class CompressExtension extends AbstractExtension
|
||||||
notifyCallbackFailure(current.callback, x);
|
notifyCallbackFailure(current.callback, x);
|
||||||
// If something went wrong, very likely the compression context
|
// If something went wrong, very likely the compression context
|
||||||
// will be invalid, so we need to fail this IteratingCallback.
|
// will be invalid, so we need to fail this IteratingCallback.
|
||||||
LOG.warn(x);
|
|
||||||
super.failed(x);
|
super.failed(x);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue