diff options
| author | Ayanda Dube <ayanda.dube@erlang-solutions.com> | 2020-02-08 23:23:42 +0000 |
|---|---|---|
| committer | Ayanda Dube <ayanda.dube@erlang-solutions.com> | 2020-02-08 23:24:15 +0000 |
| commit | 6b8c2478600105f458d16c7bfc38ed6beed94168 (patch) | |
| tree | 17a1073ce19a1d8771380dc7f643f3864f5cb47c | |
| parent | 9851a9dd254a1861dc3f0f51255e5f901b189752 (diff) | |
| download | rabbitmq-server-git-6b8c2478600105f458d16c7bfc38ed6beed94168.tar.gz | |
Format pid correctly
| -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 0a58ae0223..864bce83a0 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: its master replica ~s may be stopping or being demoted", + "failed to perform operation on ~s: its master replica ~w may be stopping or being demoted", [rabbit_misc:rs(QueueName), QPid]). -spec assert_equivalence |
