Skip to content

Commit

Permalink
Add logger message
Browse files Browse the repository at this point in the history
Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
  • Loading branch information
pranikum committed Sep 25, 2022
1 parent afec689 commit 3314ec3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ public void handleResponse(NodesStatsResponse response) {

@Override
public void handleException(TransportException exp) {
logger.warn("Failure occurred while dumping connection for decommission nodes. [{}]", exp);
logger.warn("Failure occurred while dumping connection for decommission nodes - [{}]", exp.unwrapCause().getMessage());
}

@Override
Expand Down

0 comments on commit 3314ec3

Please sign in to comment.