chore: update apps/emqx_authn/src/emqx_authn_app.erl

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
zhongwencool 2022-09-15 18:04:41 +08:00 committed by Zhongwen Deng
parent 6bd72fe5a1
commit 5056cbebf4
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ initialize() ->
ok -> ok
catch
throw:Reason ->
?SLOG(error, #{msg => "Failed to initialize authentication", reason => Reason}),
?SLOG(error, #{msg => "failed_to_initialize_authentication", reason => Reason}),
{error, {failed_to_initialize_authentication, Reason}}
end.