chore(emqx_config): fix typo in the log message

This commit is contained in:
Serge Tupchii 2023-07-19 16:57:09 +03:00
parent 41b780f7f2
commit ff4119e8b3
1 changed files with 1 additions and 1 deletions

View File

@ -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
}),