From 5056cbebf4c04bd381482b51fc44d68c1db0535c Mon Sep 17 00:00:00 2001 From: zhongwencool Date: Thu, 15 Sep 2022 18:04:41 +0800 Subject: [PATCH] chore: update apps/emqx_authn/src/emqx_authn_app.erl Co-authored-by: Zaiming (Stone) Shi --- apps/emqx_authn/src/emqx_authn_app.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_authn/src/emqx_authn_app.erl b/apps/emqx_authn/src/emqx_authn_app.erl index 6823d8694..5adf067b4 100644 --- a/apps/emqx_authn/src/emqx_authn_app.erl +++ b/apps/emqx_authn/src/emqx_authn_app.erl @@ -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.