Rename 'ignore' to 'ignored'

This commit is contained in:
Feng Lee 2018-09-06 17:54:32 +08:00
parent 324cc15dd4
commit d99d0a22d0
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ handle_call(stop, _From, State) ->
handle_call(Req, _From, State) ->
emqx_logger:error("[AccessControl] unexpected request: ~p", [Req]),
{reply, ignore, State}.
{reply, ignored, State}.
handle_cast(Msg, State) ->
emqx_logger:error("[AccessControl] unexpected msg: ~p", [Msg]),