Skip to content

Commit 8b4fb2c

Browse files
author
Simon MacMullen
committed
space--
1 parent 9ec4074 commit 8b4fb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_autoheal.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ handle_msg({request_start, Node},
105105
handle_msg({request_start, Node},
106106
State, _Partitions) ->
107107
rabbit_log:info("Autoheal request received from ~p when in state ~p; "
108-
"ignoring ~n", [Node, State]),
108+
"ignoring~n", [Node, State]),
109109
State;
110110

111111
handle_msg({become_winner, Losers},

0 commit comments

Comments
 (0)