diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-09-15 16:35:14 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-09-15 16:35:14 +0200 |
| commit | 0ca63e9ceba0c5977e88d6f8cc345351650952de (patch) | |
| tree | 54350f516625a41e59483cd8a1e1aebaff4fd75b /src | |
| parent | 1b0096a925ba56af16d4776713a5c8e9593c587a (diff) | |
| parent | 98e271fbe6fbcda4610c78dbbeff14fc9c3a32ff (diff) | |
| download | rabbitmq-server-git-0ca63e9ceba0c5977e88d6f8cc345351650952de.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_autoheal.erl | 2 |
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; |
