summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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)