From a0de86f3270d9e3cbe220dc5adb142b65d331858 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Fri, 4 Mar 2022 09:31:33 +0100 Subject: [PATCH] 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