Skip to content

Commit c3af3ff

Browse files
committed
Do not mention gm_deaths in error message.
1 parent ae7bf1f commit c3af3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_mirror_queue_coordinator.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ handle_cast({gm_deaths, DeadGMPids},
367367
{error, not_found} ->
368368
{stop, normal, State};
369369
{error, {not_synced, _}} ->
370-
rabbit_log:error("Mirror queue ~p in unexpected state after gm_deaths."
370+
rabbit_log:error("Mirror queue ~p in unexpected state."
371371
" Promoted to master but already a master.",
372372
[QueueName]),
373373
error(unexpected_mirrored_state)

0 commit comments

Comments
 (0)