diff options
| -rw-r--r-- | src/rabbit_channel.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl index 4a13067be9..651a28c807 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -930,8 +930,7 @@ binding_action(Fun, ExchangeNameBin, QueueNameBin, RoutingKey, Arguments, [RoutingKey, rabbit_misc:rs(ExchangeName), rabbit_misc:rs(QueueName)]); %% When check_exclusive_access exits with a protocal error this gets - %% wrapped because rabbit_misc:execute_mnesia_transaction uses the - %% worker pool. Unwrap it and exit again. + %% wrapped by mnesia. Unwrap it and exit again. {error, {amqp_error, _, _, _} = Error} -> exit(Error); ok -> return_ok(State, NoWait, ReturnMethod) |
