diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_quorum_queue.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_quorum_queue.erl b/src/rabbit_quorum_queue.erl index 7cc7b1d516..591157ed5c 100644 --- a/src/rabbit_quorum_queue.erl +++ b/src/rabbit_quorum_queue.erl @@ -124,7 +124,6 @@ declare(Q) when ?amqqueue_is_quorum(Q) -> TickTimeout = application:get_env(rabbit, quorum_tick_interval, ?TICK_TIMEOUT), RaConfs = [make_ra_conf(NewQ, ServerId, TickTimeout) || ServerId <- members(NewQ)], - rabbit_log:info("quorum_queue starting cluster ~w", [RaConfs]), case ra:start_cluster(RaConfs) of {ok, _, _} -> %% TODO: handle error - what should be done if the |
