summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-07-28 14:06:48 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-07-28 14:06:48 +0100
commite8fdd69c97d525f2ad769964d4adae1852aa36e0 (patch)
tree25e8d45886dc197ceeb1b0deb71b883a6ec38b43 /src
parentb4e27ac400855bf0b88927958b70844c63137b0e (diff)
parentbd1e178fa7dbba63560848348ba096187f2bdb42 (diff)
downloadrabbitmq-server-git-e8fdd69c97d525f2ad769964d4adae1852aa36e0.tar.gz
Merged bug23028 into default.
Diffstat (limited to 'src')
-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 c4db3ace73..dafc3075ac 100644
--- a/src/rabbit_channel.erl
+++ b/src/rabbit_channel.erl
@@ -967,7 +967,7 @@ collect_acks(ToAcc, PrefixAcc, Q, DeliveryTag, Multiple) ->
end;
{empty, _} ->
rabbit_misc:protocol_error(
- not_found, "unknown delivery tag ~w", [DeliveryTag])
+ precondition_failed, "unknown delivery tag ~w", [DeliveryTag])
end.
add_tx_participants(MoreP, State = #ch{tx_participants = Participants}) ->