diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-01-22 17:53:06 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-01-22 17:53:06 +0000 |
| commit | afe81fd2e1472b59080ce2bf130562e42c1c2c25 (patch) | |
| tree | 0932d11b1907f606379b780ba7c38e2c902bba76 /src/rabbit.erl | |
| parent | 81b0209f77d224e4f50c65e3f2bfc6cd94390663 (diff) | |
| download | rabbitmq-server-git-afe81fd2e1472b59080ce2bf130562e42c1c2c25.tar.gz | |
Call me sentimental, but reinstate the idea of an ASCII-art rabbit...
Diffstat (limited to 'src/rabbit.erl')
| -rw-r--r-- | src/rabbit.erl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl index 1900f794a2..641f81c06a 100644 --- a/src/rabbit.erl +++ b/src/rabbit.erl @@ -696,7 +696,7 @@ log_broker_started(Plugins) -> fun() -> error_logger:info_msg( "Server startup complete; plugins are: ~p~n", [Plugins]), - io:format("~nBroker running with ~p plugins.~n", + io:format("~n Broker running with ~p plugins.~n", [length(Plugins)]) end). @@ -711,10 +711,10 @@ erts_version_check() -> print_banner() -> {ok, Product} = application:get_key(id), {ok, Version} = application:get_key(vsn), - io:format("~n~s ~s. ~s~n~s~n~n", + io:format("~n## ## ~s ~s. ~s~n## ## ~s~n########## ~n", [Product, Version, ?COPYRIGHT_MESSAGE, ?INFORMATION_MESSAGE]), - io:format("Logs: ~s~n ~s~n", [log_location(kernel), - log_location(sasl)]). + io:format("###### ## Logs: ~s~n########## ~s~n", + [log_location(kernel), log_location(sasl)]). log_banner() -> {ok, Product} = application:get_key(id), |
