chore: logwarn if dynlibs is missing
This commit is contained in:
parent
e5bc787467
commit
f81a488010
2
bin/emqx
2
bin/emqx
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue