summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2010-05-26 11:30:45 +0100
committerMatthias Radestock <matthias@lshift.net>2010-05-26 11:30:45 +0100
commit16b397876264ad4e1973833b794596f89316231d (patch)
treeaddd2cd42003356fadb9f325e5fda4b5cd6769fa
parentae170538e18ccdd785253f1891d69171dfca6344 (diff)
downloadrabbitmq-server-16b397876264ad4e1973833b794596f89316231d.tar.gz
cosmetic
-rw-r--r--src/rabbit_channel.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl
index 3a1051e3..a4ce5384 100644
--- a/src/rabbit_channel.erl
+++ b/src/rabbit_channel.erl
@@ -423,8 +423,8 @@ handle_method(#'basic.publish'{exchange = ExchangeNameBin,
%% definition, when we move to >=0-9
ok = basic_return(Message, WriterPid, 312, <<"unroutable">>);
not_delivered ->
- %% FIXME: 313 should be replaced by the
- %% ?NO_CONSUMERS definition, when we move to >=0-9
+ %% FIXME: 313 should be replaced by the ?NO_CONSUMERS
+ %% definition, when we move to >=0-9
ok = basic_return(Message, WriterPid, 313, <<"not_delivered">>)
end,
{noreply, case TxnKey of