diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-09-17 15:53:07 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-09-17 15:53:07 +0100 |
| commit | 68fa1dd3a1d414cd27178a65dba26627cb533734 (patch) | |
| tree | 59de593bed729202d110534b921998a15a72d2f9 /src | |
| parent | dbaa11b6f0a30c42b611cb99fd1d061a2cbe01c2 (diff) | |
| download | rabbitmq-server-git-68fa1dd3a1d414cd27178a65dba26627cb533734.tar.gz | |
fewer gratuitous line breaks
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_plugins_main.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_plugins_main.erl b/src/rabbit_plugins_main.erl index c9dff83a6f..7fd104352d 100644 --- a/src/rabbit_plugins_main.erl +++ b/src/rabbit_plugins_main.erl @@ -68,7 +68,7 @@ action(Command, Node, Args, Opts, PluginsFile, PluginsDir) -> Enabled = rabbit_plugins:read_enabled(PluginsFile), case Enabled -- plugin_names(All) of [] -> ok; - Missing -> io:format("~nWARNING - plugins currently enabled but " + Missing -> io:format("WARNING - plugins currently enabled but " "missing: ~p~n~n", [Missing]) end, Implicit = rabbit_plugins:dependencies(false, Enabled, All), |
