]> granicus.if.org Git - ejabberd/commitdiff
Revert "Don't log an [error] message if Elixir is missing"
authorHolger Weiss <holger@zedat.fu-berlin.de>
Thu, 8 Sep 2016 16:11:54 +0000 (18:11 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Thu, 8 Sep 2016 16:11:54 +0000 (18:11 +0200)
This reverts commit 41386d718dbc5f6e846baaac568ba1cae5eb7ec4.  The issue
was fixed with commit 4bd45bada70fc233bb87bc7ab099fc2407cea30b.

src/ejabberd_app.erl

index fc9c5a428e9157212b22b390a931555317831dc5..890ab6f9044ea4d8613bbe431416f3e92c10d8ae 100644 (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