summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2012-05-16 09:19:12 +0100
committerTim Watson <tim@rabbitmq.com>2012-05-16 09:19:12 +0100
commitcaf1587e03c8bad21ed8f3ed88b3991e35bcc56a (patch)
tree1e496bc2fb436fe98ce677575f69013d8486bd4c /src/rabbit.erl
parent693da5ef02e18c9652396e3335c5bd7e3e0d4889 (diff)
downloadrabbitmq-server-git-caf1587e03c8bad21ed8f3ed88b3991e35bcc56a.tar.gz
rename bootstrap_environment to prepare_plugins; fix while_process_is_alive activity call
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 f735fbea80..312960583a 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -306,7 +306,7 @@ start() ->
boot() ->
start_it(fun() ->
ok = prepare(),
- Plugins = rabbit_plugins:bootstrap_envinronment(),
+ Plugins = rabbit_plugins:prepare_plugins(),
ToBeLoaded = Plugins ++ ?APPS,
ok = app_utils:load_applications(ToBeLoaded),
StartupApps = app_utils:app_dependency_order(ToBeLoaded, false),