Browse Source

Merge pull request #9887 from zhongwencool/logwarning-missing-dynlib-dir

chore: logwarn if dynlibs is missing
Zaiming (Stone) Shi 3 years ago
parent
commit
6cc0f3ea34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/emqx

+ 1 - 1
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