chore: logwarn if dynlibs is missing

This commit is contained in:
Zhongwen Deng 2023-02-02 15:17:51 +08:00
parent e5bc787467
commit f81a488010
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ if [ "$IS_BOOT_COMMAND" = 'yes' ]; then
logerr "$COMPATIBILITY_INFO" logerr "$COMPATIBILITY_INFO"
exit 2 exit 2
fi 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 fi
[ "$DEBUG" -eq 1 ] && set -x [ "$DEBUG" -eq 1 ] && set -x
fi fi