Skip to content

Commit

Permalink
Issue #5785 - remove warning on CompressExtension failure
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <[email protected]>
  • Loading branch information
lachlan-roberts committed Dec 10, 2020
1 parent e49d011 commit 9d2e350
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ public void failed(Throwable x)
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);
}

Expand Down

0 comments on commit 9d2e350

Please sign in to comment.