Преглед на файлове

chore(emqx_config): fix typo in the log message

Serge Tupchii преди 2 години
родител
ревизия
ff4119e8b3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      apps/emqx/src/emqx_config.erl

+ 1 - 1
apps/emqx/src/emqx_config.erl

@@ -641,7 +641,7 @@ backup_and_write(Path, Content) ->
             ?SLOG(error, #{
                 msg => "failed_to_save_conf_file",
                 hint =>
-                    "The updated cluster config is note saved on this node, please check the file system.",
+                    "The updated cluster config is not saved on this node, please check the file system.",
                 filename => TmpFile,
                 reason => Reason
             }),