summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-06-11 17:17:47 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-06-11 17:17:47 +0100
commit438020c95cc578ded249905898b649f77a411c28 (patch)
tree67bfd32bfa13ddccc88d2c076576b29c37c4c54e
parentcb501f4a27672d78a7341ac96ba11db9b45cad3b (diff)
downloadrabbitmq-server-438020c95cc578ded249905898b649f77a411c28.tar.gz
Revert d86c121dfb0d, since, of course, it breaks the test suite.
-rw-r--r--src/rabbit.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index fc5d4e93..fda489fe 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -323,8 +323,6 @@ boot() ->
start_it(StartFun) ->
try
StartFun()
- catch _:Reason ->
- boot_error("Error description:~n~n~p~n~n", [Reason])
after
%% give the error loggers some time to catch up
timer:sleep(100)