summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index fda489fe61..fc5d4e934e 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -323,6 +323,8 @@ 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)