Skip to content

Commit

Permalink
raft-rpc: Fix message format.
Browse files Browse the repository at this point in the history
Signed-off-by: Han Zhou <hzhou@ovn.org>
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
hzhou8 authored and blp committed Mar 6, 2020
1 parent 1ad086b commit 017d89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovsdb/raft-rpc.c
Expand Up @@ -544,8 +544,8 @@ raft_format_install_snapshot_request(
ds_put_format(s, " last_index=%"PRIu64, rq->last_index);
ds_put_format(s, " last_term=%"PRIu64, rq->last_term);
ds_put_format(s, " last_eid="UUID_FMT, UUID_ARGS(&rq->last_eid));
ds_put_cstr(s, " last_servers=");
ds_put_format(s, " election_timer=%"PRIu64, rq->election_timer);
ds_put_cstr(s, " last_servers=");

struct hmap servers;
struct ovsdb_error *error =
Expand Down

0 comments on commit 017d89d

Please sign in to comment.