chore: refine boot message on missing dynlibs

This commit is contained in:
Zaiming (Stone) Shi 2022-03-04 09:31:33 +01:00
parent d0b5b262fe
commit a0de86f327
1 changed files with 3 additions and 1 deletions

View File

@ -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