diff options
Diffstat (limited to 'src')
| -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}, |
