Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Brooks committed Jul 25, 2023
1 parent d110150 commit c3d07fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ public void onResponse(Void unused) {

@Override
public void onFailure(Exception e) {
logger.debug("{} recovery failed after being marked as done", e);
logger.debug("recovery failed after being marked as done", e);
notifyListener(new RecoveryFailedException(state(), "Recovery failed on post recovery step", e), true);
}
}, this::decRef));
Expand Down

0 comments on commit c3d07fd

Please sign in to comment.