Skip to content

Commit

Permalink
Update removeChallenge log message
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoreliovlabs committed Oct 31, 2023
1 parent c1cb116 commit 3661511
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public NodeChallenge startChallenge(Node challengedNode, Node challenger, PeerEx
public NodeChallenge removeChallenge(String challengeId) {
NodeChallenge removedChallenge = activeChallenges.remove(challengeId);

logger.debug("removeChallenge - Removed challenge: [{}]", removedChallenge.getChallengeId());
logger.debug("removeChallenge - Removed challenge for node: [{}]", removedChallenge.getChallengedNode().getHexId());

return removedChallenge;
}
Expand Down

0 comments on commit 3661511

Please sign in to comment.