summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2016-09-15 16:37:44 +0400
committerGitHub <noreply@github.com>2016-09-15 16:37:44 +0400
commitedea140eb3f9334ecb75a81150336557bcd4f64a (patch)
tree05284e470d06a7106fa812779bfa64f7ad06d888
parentc86b6a0a1bfaf43f114141730dd8215267bd96e8 (diff)
parent7666d58d659dd911d5bc6f12288de9eebbb06cba (diff)
downloadrabbitmq-server-git-edea140eb3f9334ecb75a81150336557bcd4f64a.tar.gz
Merge pull request #963 from rabbitmq/rabbitmq-server-962
Fix log message
-rw-r--r--src/rabbit_autoheal.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_autoheal.erl b/src/rabbit_autoheal.erl
index 9d6bfff5fc..3adcc09692 100644
--- a/src/rabbit_autoheal.erl
+++ b/src/rabbit_autoheal.erl
@@ -245,7 +245,7 @@ handle_msg({become_winner, _},
%% Something has happened to the leader, it might have seen us down but we
%% are still alive. Partitions have changed, cannot continue.
rabbit_log:info("Autoheal: I am the winner and received another healing "
- "request, partitions have changed. Aborting ~n", [Losers]),
+ "request, partitions have changed to ~p. Aborting ~n", [Losers]),
winner_finish(Losers),
not_healing;