diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2020-02-08 19:23:35 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2020-02-08 19:24:55 +0300 |
| commit | 9851a9dd254a1861dc3f0f51255e5f901b189752 (patch) | |
| tree | d59ca35832854d229370e1cf2f3aafd4608ebd2d | |
| parent | ea24a686d8525c01543e03487a067e8161aa6011 (diff) | |
| download | rabbitmq-server-git-9851a9dd254a1861dc3f0f51255e5f901b189752.tar.gz | |
Wording
| -rw-r--r-- | src/rabbit_amqqueue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue.erl b/src/rabbit_amqqueue.erl index ac91689df3..0a58ae0223 100644 --- a/src/rabbit_amqqueue.erl +++ b/src/rabbit_amqqueue.erl @@ -770,7 +770,7 @@ priv_absent(QueueName, _QPid, _IsDurable, timeout) -> priv_absent(QueueName, QPid, _IsDurable, alive) -> rabbit_misc:protocol_error( not_found, - "failed to perform operation on ~s due to its inconsistent pid ~s", + "failed to perform operation on ~s: its master replica ~s may be stopping or being demoted", [rabbit_misc:rs(QueueName), QPid]). -spec assert_equivalence |
