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

chore: logwarn if dynlibs is missing
This commit is contained in:
Zaiming (Stone) Shi 2023-02-02 10:00:45 +01:00 committed by GitHub
commit 6cc0f3ea34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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