diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2019-02-18 21:44:20 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2019-02-18 21:44:20 +0300 |
| commit | bcb0f50879d935bebba8a4b880a66c44829b0d91 (patch) | |
| tree | 9105a1d8627a0369e55d3d5d849b829792985fda | |
| parent | be8658f7c36b78451fb52fa707f425d0f50fe67f (diff) | |
| download | rabbitmq-server-git-bcb0f50879d935bebba8a4b880a66c44829b0d91.tar.gz | |
Grammar
| -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 6df90b3b8e..5488a88836 100644 --- a/src/rabbit_amqqueue.erl +++ b/src/rabbit_amqqueue.erl @@ -642,7 +642,7 @@ check_exclusive_access(Q, _ReaderPid, _MatchType) -> resource_locked, "cannot obtain exclusive access to locked ~s. It could be originally " "declared on another connection or the exclusive property value does not " - "match the original declaration.", + "match that of the original declaration.", [rabbit_misc:rs(QueueName)]). -spec with_exclusive_access_or_die(name(), pid(), qfun(A)) -> |
