mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Remove compile warning
This commit is contained in:
parent
bf45c9eeee
commit
d02d7b2b6a
@ -242,5 +242,5 @@ opt_type(_) -> [cluster_nodes, loglevel, modules, net_ticktime].
|
||||
start_elixir_application() ->
|
||||
case application:ensure_started(elixir) of
|
||||
ok -> ok;
|
||||
{error, Msg} -> ?ERROR_MSG("Elixir application not started.", [])
|
||||
{error, _Msg} -> ?ERROR_MSG("Elixir application not started.", [])
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user