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
1 changed files with 1 additions and 1 deletions

View File

@ -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