summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_msg_store.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_msg_store.erl b/src/rabbit_msg_store.erl
index 1455b4567b..8ea2344c75 100644
--- a/src/rabbit_msg_store.erl
+++ b/src/rabbit_msg_store.erl
@@ -716,8 +716,7 @@ handle_cast({set_maximum_since_use, Age}, State) ->
handle_info(timeout, State) ->
noreply(internal_sync(State));
-handle_info({'EXIT', Pid, Reason}, State) ->
- io:format("~p EXIT! ~p ~p ~p~n", [self(), Reason, Pid, State]),
+handle_info({'EXIT', _Pid, Reason}, State) ->
{stop, Reason, State}.
terminate(_Reason, State = #msstate { index_state = IndexState,