diff --git a/app_test/raft_election.lua b/app_test/raft_election.lua index 61a0e64..b5c2907 100644 --- a/app_test/raft_election.lua +++ b/app_test/raft_election.lua @@ -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()