chore: fix a typo in log message

This commit is contained in:
Zaiming (Stone) Shi 2023-08-15 16:27:19 +02:00
parent c8d1dc7100
commit 03c8e01509
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ do_wait_for_emqx_ready(N) ->
ok -> ok ->
ok; ok;
timeout -> timeout ->
?SLOG(warning, #{msg => "stil_waiting_for_emqx_app_to_be_ready"}), ?SLOG(warning, #{msg => "still_waiting_for_emqx_app_to_be_ready"}),
do_wait_for_emqx_ready(N - 1) do_wait_for_emqx_ready(N - 1)
end. end.