From a0de86f3270d9e3cbe220dc5adb142b65d331858 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Fri, 4 Mar 2022 09:31:33 +0100 Subject: [PATCH 1/2] chore: refine boot message on missing dynlibs --- bin/emqx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/emqx b/bin/emqx index a2a488474..f5eb8ade1 100755 --- a/bin/emqx +++ b/bin/emqx @@ -47,7 +47,9 @@ if ! check_eralng_start >/dev/null 2>&1; then echoerr "this EMQX release is built for $BUILT_ON" exit 1 fi - echoerr "WARNING: There seem to be missing dynamic libs from the OS. Using libs from ${DYNLIBS_DIR}" + echoerr "There seem to be missing dynamic libs from the OS." + echoerr "Using libs from ${DYNLIBS_DIR} instead." + echoerr "NOTE: EMQX's rpc/deb package installation is recommended!" fi ## backward compatible From 1a02e606401f38ca059ba87965f1befe6d024b4e Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Fri, 4 Mar 2022 13:52:11 +0100 Subject: [PATCH 2/2] docs: fix message typo in bin/emqx --- bin/emqx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/emqx b/bin/emqx index f5eb8ade1..19c154d0d 100755 --- a/bin/emqx +++ b/bin/emqx @@ -49,7 +49,7 @@ if ! check_eralng_start >/dev/null 2>&1; then fi echoerr "There seem to be missing dynamic libs from the OS." echoerr "Using libs from ${DYNLIBS_DIR} instead." - echoerr "NOTE: EMQX's rpc/deb package installation is recommended!" + echoerr "NOTE: EMQX's rpm or deb package installation is recommended!" fi ## backward compatible