diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-09-09 14:37:23 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-09-09 14:37:23 +0100 |
| commit | 0e4e08db5efb14a09fdc270b538cd0aea73c3683 (patch) | |
| tree | 1f487fbef552a2097672e8021903dfd54d116dcf /src | |
| parent | dd1cbf056111bc58354dfd125a5d0ee179e7949f (diff) | |
| download | rabbitmq-server-git-0e4e08db5efb14a09fdc270b538cd0aea73c3683.tar.gz | |
Oops
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_misc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_misc.erl b/src/rabbit_misc.erl index cf3a2edbaa..77ac5c441b 100644 --- a/src/rabbit_misc.erl +++ b/src/rabbit_misc.erl @@ -293,7 +293,7 @@ protocol_error(#amqp_error{} = Error) -> not_found(R) -> protocol_error(not_found, "no ~s", [rs(R)]). -absent(#amqqueue{name = QueueName, pid = QPid, durable = true}, down) -> +absent(#amqqueue{name = QueueName, pid = QPid, durable = true}, nodedown) -> %% The assertion of durability is mainly there because we mention %% durability in the error message. That way we will hopefully %% notice if at some future point our logic changes s.t. we get |
