diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-10-14 15:22:26 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-10-14 15:22:26 +0100 |
| commit | 4e48ea6f2589615afb99113a8576427d8b6c8019 (patch) | |
| tree | 7521b7bfbac4c29253bcab404e709fd4d1dbb7a9 | |
| parent | 0dee55e9d90738d0ed1fc832ac205f4a679a3cde (diff) | |
| download | rabbitmq-server-git-4e48ea6f2589615afb99113a8576427d8b6c8019.tar.gz | |
Be a bit less verbose here: it's actually a very common case and perfectly normal; no need to dump state.
| -rw-r--r-- | src/rabbit_autoheal.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_autoheal.erl b/src/rabbit_autoheal.erl index fd592ea3d2..90458741b7 100644 --- a/src/rabbit_autoheal.erl +++ b/src/rabbit_autoheal.erl @@ -145,8 +145,8 @@ handle_msg({request_start, Node}, handle_msg({request_start, Node}, State, _Partitions) -> - rabbit_log:info("Autoheal request received from ~p when in state ~p; " - "ignoring~n", [Node, State]), + rabbit_log:info("Autoheal request received from ~p when healing; " + "ignoring~n", [Node]), State; handle_msg({become_winner, Losers}, |
