diff --git a/src/v/raft/consensus.cc b/src/v/raft/consensus.cc index 2f056cd038aa1..31ae20b9617c5 100644 --- a/src/v/raft/consensus.cc +++ b/src/v/raft/consensus.cc @@ -1021,7 +1021,8 @@ consensus::update_group_member(model::broker broker) { if (!cfg.contains_broker(broker.id())) { vlog( _ctxlog.warn, - "Node with id {} does not exists in current configuration"); + "Node with id {} does not exists in current configuration", + broker.id()); return ss::make_ready_future( errc::node_does_not_exists); }