From: Han Zhou Date: Sat, 29 Feb 2020 02:07:04 +0000 (-0800) Subject: raft-rpc: Fix message format. X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=692a09cb5e2a1ba8aaddd3340d80ae47fcda3ae2;p=mirror_ovs.git raft-rpc: Fix message format. Signed-off-by: Han Zhou Signed-off-by: Ben Pfaff --- diff --git a/ovsdb/raft-rpc.c b/ovsdb/raft-rpc.c index 18c83fe9c..dd14d8109 100644 --- a/ovsdb/raft-rpc.c +++ b/ovsdb/raft-rpc.c @@ -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 =