From f81a488010b29a9957282b35f27ac0e4fa8e1102 Mon Sep 17 00:00:00 2001 From: Zhongwen Deng Date: Thu, 2 Feb 2023 15:17:51 +0800 Subject: [PATCH] chore: logwarn if dynlibs is missing --- bin/emqx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/emqx b/bin/emqx index 2c2609b36..132d8cba7 100755 --- a/bin/emqx +++ b/bin/emqx @@ -361,7 +361,7 @@ if [ "$IS_BOOT_COMMAND" = 'yes' ]; then logerr "$COMPATIBILITY_INFO" exit 2 fi - logerr "Using libs from '${DYNLIBS_DIR}' due to missing from the OS." + logwarn "Using libs from '${DYNLIBS_DIR}' due to missing from the OS." fi [ "$DEBUG" -eq 1 ] && set -x fi