diff options
| author | kjnilsson <knilsson@pivotal.io> | 2020-09-17 14:33:01 +0100 |
|---|---|---|
| committer | kjnilsson <knilsson@pivotal.io> | 2020-09-17 14:33:33 +0100 |
| commit | 8f75eb5e984dea13ceaff075b40712e5ac1ace84 (patch) | |
| tree | c3a5bf57a7a1d367f211d87b08f443e24e099272 /src | |
| parent | 280a22f8a8ccaa8fdb123b6da2a031ff6b8c53f7 (diff) | |
| download | rabbitmq-server-git-8f75eb5e984dea13ceaff075b40712e5ac1ace84.tar.gz | |
quorum_queue_SUITE test reliability
For mixed versions.
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 327fc11a5e..c64ccae9a8 100644 --- a/src/rabbit_quorum_queue.erl +++ b/src/rabbit_quorum_queue.erl @@ -102,7 +102,6 @@ handle_event({ra_event, From, Evt}, QState) -> {new | existing, amqqueue:amqqueue()} | rabbit_types:channel_exit(). declare(Q) when ?amqqueue_is_quorum(Q) -> - rabbit_log:info("quorum_queue declaring ~w", [Q]), QName = amqqueue:get_name(Q), Durable = amqqueue:is_durable(Q), AutoDelete = amqqueue:is_auto_delete(Q), |
