summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniil Fedotov <hairyhum@gmail.com>2018-04-19 10:58:44 +0100
committerDaniil Fedotov <hairyhum@gmail.com>2018-04-19 10:58:44 +0100
commitc3af3ff1453206a5979fcca8a4cca9336f6bbbae (patch)
tree07ecb9730fddf4a25d3cc5e62c355406dc2b43ae /src
parentae7bf1ffa4af2158d8b70239451915d50e77c49d (diff)
downloadrabbitmq-server-git-c3af3ff1453206a5979fcca8a4cca9336f6bbbae.tar.gz
Do not mention gm_deaths in error message.
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_mirror_queue_coordinator.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_coordinator.erl b/src/rabbit_mirror_queue_coordinator.erl
index f07cf3e0fc..c6e23bf21f 100644
--- a/src/rabbit_mirror_queue_coordinator.erl
+++ b/src/rabbit_mirror_queue_coordinator.erl
@@ -367,7 +367,7 @@ handle_cast({gm_deaths, DeadGMPids},
{error, not_found} ->
{stop, normal, State};
{error, {not_synced, _}} ->
- rabbit_log:error("Mirror queue ~p in unexpected state after gm_deaths."
+ rabbit_log:error("Mirror queue ~p in unexpected state."
" Promoted to master but already a master.",
[QueueName]),
error(unexpected_mirrored_state)