Merge pull request #11305 from SergeTupchiy/emqx_conf-fix-typo
chore(emqx_config): fix typo in the log message
This commit is contained in:
commit
33c7d999f2
|
@ -641,7 +641,7 @@ backup_and_write(Path, Content) ->
|
||||||
?SLOG(error, #{
|
?SLOG(error, #{
|
||||||
msg => "failed_to_save_conf_file",
|
msg => "failed_to_save_conf_file",
|
||||||
hint =>
|
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,
|
filename => TmpFile,
|
||||||
reason => Reason
|
reason => Reason
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in New Issue