Drive by change: Lager adds a trailing new line

This commit is contained in:
Michael Klishin 2019-02-08 03:42:16 +03:00
parent 866f50790f
commit 52d7cba41d
1 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,7 @@ start(_Type, _StartArgs) ->
true -> ok;
false -> rabbit_log_ldap:warning(
"LDAP plugin loaded, but rabbit_auth_backend_ldap is not "
"in the list of auth_backends. LDAP auth will not work.~n")
"in the list of auth_backends. LDAP auth will not work.")
end,
{ok, SSL} = application:get_env(rabbitmq_auth_backend_ldap, use_ssl),
{ok, TLS} = application:get_env(rabbitmq_auth_backend_ldap, use_starttls),
@ -62,4 +62,3 @@ configured(M, [_ |T]) -> configured(M, T).
%%----------------------------------------------------------------------------
init([]) -> {ok, {{one_for_one, 3, 10}, []}}.