chore: update apps/emqx_authn/src/emqx_authn_app.erl
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
parent
6bd72fe5a1
commit
5056cbebf4
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue