diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-08-25 17:03:31 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-08-25 17:03:31 +0100 |
| commit | 35ab5479ddd4604d6a87d192a493379607c770cd (patch) | |
| tree | d15806009683b51a71d65e826f335c0ef96b4b99 | |
| parent | f2e772f4a442170cece366912fda5ce153328263 (diff) | |
| download | rabbitmq-server-git-35ab5479ddd4604d6a87d192a493379607c770cd.tar.gz | |
oops
| -rw-r--r-- | src/rabbit_plugin_activator.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_plugin_activator.erl b/src/rabbit_plugin_activator.erl index 0f5ed286b3..9f90e7d4c9 100644 --- a/src/rabbit_plugin_activator.erl +++ b/src/rabbit_plugin_activator.erl @@ -132,8 +132,8 @@ start() -> end, io:format("~n~w plugins activated:~n", [length(PluginApps)]), [io:format("* ~s-~s~n", [App, Vsn]) || - App <- PluginApps, - {App, Vsn} <- [proplists:lookup(App, AppVersions)]], + App <- PluginApps, + {_, Vsn} <- [proplists:lookup(App, AppVersions)]], io:nl(), halt(), ok. |
