diff --git a/apps/emqx_conf/src/emqx_conf_schema.erl b/apps/emqx_conf/src/emqx_conf_schema.erl index dc85cbf3c..e3e888cd6 100644 --- a/apps/emqx_conf/src/emqx_conf_schema.erl +++ b/apps/emqx_conf/src/emqx_conf_schema.erl @@ -149,7 +149,7 @@ validate_durable_sessions_strategy(Conf) -> {true, builtin_local} when DiscoveryStrategy =/= singleton -> {error, << "cluster discovery strategy must be 'singleton' when" - " durable storage backend is builtin_local" + " durable storage backend is 'builtin_local'" >>}; _ -> ok