Skip to content

Commit

Permalink
change log leader
Browse files Browse the repository at this point in the history
  • Loading branch information
Willfrit committed May 28, 2019
1 parent f2e9222 commit f410fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_test/raft_election.lua
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function heartbeat()
end

function become_leader()
print("I Become the leader now")
print("I Become the LEADER now")
volatile_state.state = "leader"
-- cancelled timout election
election_time = misc.time()
Expand Down

0 comments on commit f410fb5

Please sign in to comment.