]> granicus.if.org Git - ejabberd/commitdiff
Don't log an [error] message if Elixir is missing
authorHolger Weiss <holger@zedat.fu-berlin.de>
Thu, 8 Sep 2016 15:59:40 +0000 (17:59 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Thu, 8 Sep 2016 15:59:40 +0000 (17:59 +0200)
The Elixir support is still optional.

Closes #1250.

src/ejabberd_app.erl

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