Skip to content

Commit

Permalink
Update logger message
Browse files Browse the repository at this point in the history
Signed-off-by: pranikum <[email protected]>
  • Loading branch information
pranikum committed Oct 5, 2022
1 parent b1cf7a5 commit 22cd77c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ public ClusterState execute(ClusterState currentState) {

@Override
public void onFailure(String source, Exception e) {
logger.error(() -> new ParameterizedMessage("Failed to clear decommission attribute. Exception: [{}]"), e);
logger.error(() -> new ParameterizedMessage("Failed to clear decommission attribute. [{}]", source), e);
listener.onFailure(e);
}

Expand Down

0 comments on commit 22cd77c

Please sign in to comment.