summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-05-29 16:40:14 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-05-29 16:40:14 +0100
commite7058f4ccdeb3183117a2ac7f7303dc88fb8d9e6 (patch)
treebe82c605be9d405ad3285ef160fc781923573292 /src/rabbit.erl
parentdef17a1af52eabe02954ae92c6d1e5ffbd9d49ff (diff)
downloadrabbitmq-server-git-e7058f4ccdeb3183117a2ac7f7303dc88fb8d9e6.tar.gz
Just in case this times out, let's not explode.
Diffstat (limited to 'src/rabbit.erl')
-rw-r--r--src/rabbit.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index f65a8d6823..37ed5ae0a7 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -393,7 +393,7 @@ await_startup() ->
status() ->
S1 = [{pid, list_to_integer(os:getpid())},
- {running_applications, application:which_applications()},
+ {running_applications, catch application:which_applications()},
{os, os:type()},
{erlang_version, erlang:system_info(system_version)},
{memory, rabbit_vm:memory()}],