diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-05-29 16:40:14 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-05-29 16:40:14 +0100 |
| commit | e7058f4ccdeb3183117a2ac7f7303dc88fb8d9e6 (patch) | |
| tree | be82c605be9d405ad3285ef160fc781923573292 /src/rabbit.erl | |
| parent | def17a1af52eabe02954ae92c6d1e5ffbd9d49ff (diff) | |
| download | rabbitmq-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.erl | 2 |
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()}], |
