Skip to content

Commit

Permalink
(fix):log args do not match (sofastack#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiZhenNet authored and fengjiachun committed Jan 1, 2020
1 parent b0378d6 commit 6b7ee52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2536,7 +2536,7 @@ private void preVote() {
if (this.snapshotExecutor != null && this.snapshotExecutor.isInstallingSnapshot()) {
LOG.warn(
"Node {} term {} doesn't do preVote when installing snapshot as the configuration may be out of date.",
getNodeId());
getNodeId(), this.currTerm);
return;
}
if (!this.conf.contains(this.serverId)) {
Expand Down

0 comments on commit 6b7ee52

Please sign in to comment.