summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2019-05-13 05:33:01 +0300
committerMichael Klishin <michael@clojurewerkz.org>2019-05-13 05:33:01 +0300
commit4d24352033d6778a2d5b9c20546280cb59686490 (patch)
treefccf8d861e7e698eae5213ee0ba7c73bf1a27b0d
parent5fc52bbda986b384d22049ead337d6f2da05815d (diff)
downloadrabbitmq-server-git-4d24352033d6778a2d5b9c20546280cb59686490.tar.gz
Cosmetics
-rw-r--r--src/rabbit_channel.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl
index 1b9102375d..7d4b7bde4a 100644
--- a/src/rabbit_channel.erl
+++ b/src/rabbit_channel.erl
@@ -2230,7 +2230,7 @@ process_routing_confirm(true, QRefs, QNames, MsgSeqNo, XName, State) ->
confirm(MsgSeqNos, QRef, State = #ch{queue_names = QNames, unconfirmed = UC}) ->
%% NOTE: if queue name does not exist here it's likely that the ref also
%% does not exist in unconfirmed messages.
- %% ignore value does not change anything.
+ %% Neither does the 'ignore' atom, so it's a reasonable fallback.
QName = maps:get(QRef, QNames, ignore),
{MXs, UC1} =
unconfirmed_messages:confirm_multiple_msg_ref(MsgSeqNos, QName, QRef, UC),