From 551f28b5942769d3694e7f2d61a8233f472dc17e Mon Sep 17 00:00:00 2001 From: Steve Dee Date: Fri, 7 Mar 2014 16:26:15 -0800 Subject: [PATCH] Log on bump to candidate --- v/raft.c | 1 + 1 file changed, 1 insertion(+) diff --git a/v/raft.c b/v/raft.c index 1d42400be..4ea0b95df 100644 --- a/v/raft.c +++ b/v/raft.c @@ -1257,6 +1257,7 @@ _raft_time_cb(uv_timer_t* tim_u, c3_i sas_i) c3_assert(0); } case u2_raty_foll: { + uL(fprintf(uH, "raft: promoting to candidate\n")); raf_u->typ_e = u2_raty_cand; // continue to cand }