summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2013-01-04 02:21:40 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2013-01-04 02:21:40 +0000
commit56332947000072fcfa785a4d52384b687d5df05e (patch)
treec2af2e9439e376907a71aafa5122b8624f21af9d
parent4ca5bdf3fc45a7e413fec1e4c4cebc3528606f01 (diff)
downloadrabbitmq-server-git-56332947000072fcfa785a4d52384b687d5df05e.tar.gz
cosmetic(ish)
-rw-r--r--src/rabbit_mirror_queue_sync.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_sync.erl b/src/rabbit_mirror_queue_sync.erl
index bb69a66482..10a74cc9c8 100644
--- a/src/rabbit_mirror_queue_sync.erl
+++ b/src/rabbit_mirror_queue_sync.erl
@@ -168,7 +168,7 @@ wait_for_credit(SPids) ->
{bump_credit, Msg} ->
credit_flow:handle_bump_msg(Msg),
wait_for_credit(SPids);
- {'DOWN', _, _, SPid, _} ->
+ {'DOWN', _, process, SPid, _} ->
credit_flow:peer_down(SPid),
wait_for_credit(lists:delete(SPid, SPids))
end;