Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Karajgikar <[email protected]>
  • Loading branch information
Rahul Karajgikar committed Sep 5, 2024
1 parent ca48626 commit 36e473d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public Set<DiscoveryNode> getPendingDisconnections() {

@Override
public void markDisconnectAsCompleted(Set<DiscoveryNode> nodes) {
logger.info("marking disconnect as completed for nodes: [{}]");
logger.debug("marking disconnect as completed for nodes: [{}]", nodes);
pendingDisconnections.removeAll(nodes);
}

Expand Down

0 comments on commit 36e473d

Please sign in to comment.