summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-10-14 15:22:26 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-10-14 15:22:26 +0100
commit66f0837ccedcfc4c46d21c6d7cf428c5f0170957 (patch)
tree7521b7bfbac4c29253bcab404e709fd4d1dbb7a9
parent5b8dbdb7f1f1265802324e6a56923a21f833e576 (diff)
downloadrabbitmq-server-66f0837ccedcfc4c46d21c6d7cf428c5f0170957.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.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_autoheal.erl b/src/rabbit_autoheal.erl
index fd592ea3..90458741 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},