summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-05-20 13:13:36 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-05-20 13:13:36 +0100
commit86a2d6f05e938025e91bccca92489ae95a3772a2 (patch)
tree5f7ac8e9a0bdf656f066685cc86317b385954b68
parent875969bb3f80061a582e45bc0a5a1de52d047829 (diff)
downloadrabbitmq-server-bug25560.tar.gz
space--bug25560
-rw-r--r--src/rabbit_autoheal.erl2
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},