summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b8788983b1..ec3088ddb9 100644
--- a/src/rabbit_channel.erl
+++ b/src/rabbit_channel.erl
@@ -1076,7 +1076,7 @@ monitor_consumer(ConsumerTag, State = #ch{consumer_mapping = ConsumerMapping,
dict:store(ConsumerTag, {Q, MRef}, ConsumerMapping),
consumer_monitors =
dict:store(MRef, ConsumerTag, ConsumerMonitors)};
- _X ->
+ _ ->
%% either already received the cancel or incapable client
State
end.