diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-05-14 15:28:45 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-05-14 15:28:45 +0100 |
| commit | 9e803afc5cbb04b76fc84dc0b2ae738ef9d3a868 (patch) | |
| tree | 527907da07ef69a2204888c8031c5605fb1d5f66 /src | |
| parent | 0e1ed210dbd8f3e942e6d457ca36369278cfa2da (diff) | |
| download | rabbitmq-server-git-9e803afc5cbb04b76fc84dc0b2ae738ef9d3a868.tar.gz | |
"Activating RabbitMQ plugins ..." is no longer particularly true or useful to report here. And clean up some trailing spaces.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit.erl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl index 1d54d0b659..669b405380 100644 --- a/src/rabbit.erl +++ b/src/rabbit.erl @@ -308,14 +308,9 @@ boot() -> ok = prepare(), Plugins = rabbit_plugins:bootstrap_envinronment(), ToBeLoaded = Plugins ++ ?APPS, - - io:format("~nActivating RabbitMQ plugins ...~n"), - ok = app_utils:load_applications(ToBeLoaded), - StartupApps = - app_utils:app_dependency_order(ToBeLoaded, false), + StartupApps = app_utils:app_dependency_order(ToBeLoaded, false), ok = app_utils:start_applications(StartupApps), - ok = print_plugin_info(Plugins) end). |
