diff options
-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 becfbb66..f903677b 100644 --- a/src/rabbit_autoheal.erl +++ b/src/rabbit_autoheal.erl @@ -105,7 +105,7 @@ 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]), + "ignoring~n", [Node, State]), State; handle_msg({become_winner, Losers}, |