fix(emqx_plugins): Dialyzer warnings

This commit is contained in:
ayodele.akingbule 2020-12-10 12:57:15 +01:00 committed by Zaiming Shi
parent 93a35c4814
commit 6973837829
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ start_app(App, SuccFun) ->
{ok, Started} ->
?LOG(info, "Started plugins: ~p", [Started]),
?LOG(info, "Load plugin ~s successfully", [App]),
SuccFun(App),
_ = SuccFun(App),
ok;
{error, {ErrApp, Reason}} ->
?LOG(error, "Load plugin ~s failed, cannot start plugin ~s for ~0p", [App, ErrApp, Reason]),