Skip to content

Commit 682d46f

Browse files
author
Simon MacMullen
committed
Update comment.
1 parent 137eb1c commit 682d46f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rabbit_channel.erl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -930,8 +930,7 @@ binding_action(Fun, ExchangeNameBin, QueueNameBin, RoutingKey, Arguments,
930930
[RoutingKey, rabbit_misc:rs(ExchangeName),
931931
rabbit_misc:rs(QueueName)]);
932932
%% When check_exclusive_access exits with a protocal error this gets
933-
%% wrapped because rabbit_misc:execute_mnesia_transaction uses the
934-
%% worker pool. Unwrap it and exit again.
933+
%% wrapped by mnesia. Unwrap it and exit again.
935934
{error, {amqp_error, _, _, _} = Error} ->
936935
exit(Error);
937936
ok -> return_ok(State, NoWait, ReturnMethod)

0 commit comments

Comments
 (0)