Skip to content

Commit 1e644f4

Browse files
michaelklishinkjnilsson
authored andcommitted
Log this as a warning
1 parent 014319f commit 1e644f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_quorum_queue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ delete(#amqqueue{type = quorum, pid = {Name, _},
319319
{ok, Msgs};
320320
false ->
321321
%% attempt forced deletion of all servers
322-
rabbit_log:info(
322+
rabbit_log:warning(
323323
"Could not delete quorum queue '~s', not enough nodes "
324324
" online to reach a quorum: ~255p."
325325
" Attempting force delete.",

0 commit comments

Comments
 (0)