Drive by change: Lager adds a trailing new line
This commit is contained in:
parent
866f50790f
commit
52d7cba41d
|
|
@ -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}, []}}.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue