Преглед изворни кода

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

chore: logwarn if dynlibs is missing
Zaiming (Stone) Shi пре 3 година
родитељ
комит
6cc0f3ea34
1 измењених фајлова са 1 додато и 1 уклоњено
  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