24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Improve warning message

This commit is contained in:
Evgeny Khramtsov 2019-09-22 00:21:12 +03:00
parent 6d9be82e1b
commit 12691e738b

View File

@ -573,11 +573,13 @@ request_on_start() ->
case have_acme_listener() of
true -> {true, Hosts};
false ->
?INFO_MSG("No HTTP listeners for ACME challenges "
?WARNING_MSG(
"No HTTP listeners for ACME challenges "
"are configured, automatic "
"certificate requests are aborted. Hint: "
"configure the listener and run "
"`ejabberdctl request-certificate all`",
"configure the listener and restart/reload "
"ejabberd. Or set acme->auto option to "
"`false` to suppress this warning.",
[]),
false
end