Commit e9e6f58b authored by Willem Thiart's avatar Willem Thiart
Browse files

commit

parent 1aee978a
......@@ -280,7 +280,7 @@ int raft_recv_appendentries(
ae->prev_log_term,
ae->n_entries);
printf("%p %p\n", node, raft_get_current_leader_node(me_));
printf("recv ae %p %p\n", node, raft_get_current_leader_node(me_));
r->term = me->current_term;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment