]> granicus.if.org Git - ejabberd/commitdiff
Remove compile warning
authorMickael Remond <mremond@process-one.net>
Mon, 1 Aug 2016 13:35:54 +0000 (15:35 +0200)
committerMickael Remond <mremond@process-one.net>
Mon, 1 Aug 2016 13:35:54 +0000 (15:35 +0200)
src/ejabberd_app.erl

index bbeb510dc22fb03489af67a1ac313db390627307..6f0b97fa30e5666fb62b7aa5a3190535ad17eb4e 100644 (file)
@@ -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.