Skip to content

Commit

Permalink
chore: apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremyhi <[email protected]>
  • Loading branch information
killme2008 and fengjiachun authored Jun 17, 2024
1 parent ab3bd64 commit e7bf34b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ private boolean initBallotBox() {
}

ballotBoxOpts.setLastCommittedIndex(lastCommittedIndex);
LOG.info("Node {} init ballot box's lastCommittedIndex={}.", lastCommittedIndex);
LOG.info("Node {} init ballot box's lastCommittedIndex={}.", getNodeId(), lastCommittedIndex);
return this.ballotBox.init(ballotBoxOpts);
}

Expand Down

0 comments on commit e7bf34b

Please sign in to comment.