Sfoglia il codice sorgente

chore: fix a typo in log message

Zaiming (Stone) Shi 2 anni fa
parent
commit
ae094e363c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      apps/emqx_conf/src/emqx_cluster_rpc.erl

+ 1 - 1
apps/emqx_conf/src/emqx_cluster_rpc.erl

@@ -649,7 +649,7 @@ do_wait_for_emqx_ready(N) ->
         ok ->
             ok;
         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)
     end.