24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-04 21:27:16 +02:00

Revert "Don't log an [error] message if Elixir is missing"

This reverts commit 41386d718d.  The issue
was fixed with commit 4bd45bada7.
This commit is contained in:
Holger Weiss 2016-09-08 18:11:54 +02:00
parent 41386d718d
commit 8fd888eb2b

View File

@ -259,7 +259,7 @@ start_elixir_application() ->
true -> true ->
case application:ensure_started(elixir) of case application:ensure_started(elixir) of
ok -> ok; ok -> ok;
{error, _Msg} -> ?INFO_MSG("Elixir application not started.", []) {error, _Msg} -> ?ERROR_MSG("Elixir application not started.", [])
end; end;
_ -> _ ->
ok ok