mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-30 17:43:57 +01:00
Revert "Don't log an [error] message if Elixir is missing"
This reverts commit41386d718d
. The issue was fixed with commit4bd45bada7
.
This commit is contained in:
parent
41386d718d
commit
8fd888eb2b
@ -259,7 +259,7 @@ start_elixir_application() ->
|
||||
true ->
|
||||
case application:ensure_started(elixir) of
|
||||
ok -> ok;
|
||||
{error, _Msg} -> ?INFO_MSG("Elixir application not started.", [])
|
||||
{error, _Msg} -> ?ERROR_MSG("Elixir application not started.", [])
|
||||
end;
|
||||
_ ->
|
||||
ok
|
||||
|
Loading…
Reference in New Issue
Block a user