From 97b131f6725c1a9fe0c8050ffa7439bed3ef6c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Fri, 10 Apr 2020 16:28:02 +0100 Subject: subr/ex_pkg.subr:ex_pkg_get_packages(): correctly call rtl_log_msg() w/ `warning'. subr/ex_pkg.subr:ex_pkg_get_packages(): fix info message. --- subr/ex_pkg.subr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'subr/ex_pkg.subr') diff --git a/subr/ex_pkg.subr b/subr/ex_pkg.subr index e19d987d..ddd9414b 100644 --- a/subr/ex_pkg.subr +++ b/subr/ex_pkg.subr @@ -76,8 +76,8 @@ ex_pkg_get_packages() { ex_pkg_load_dump() { local _pkg_name="${1}" _workdir="${2}" _rc=0; _status=""; if [ ! -e "${_workdir}/${_pkg_name}.dump" ]; then - rtl_log_msg warn "Warning: failed to locate environment dump for package \`%s' in \`%s'." "${_pkg_name}" "${_workdir}"; - rtl_log_msg info "Re_building package \`%s' w/ --dump-in _build..." "${_pkg_name}"; + rtl_log_msg warning "Warning: failed to locate environment dump for package \`%s' in \`%s'." "${_pkg_name}" "${_workdir}"; + rtl_log_msg info "Rebuilding package \`%s' w/ --dump-in _build..." "${_pkg_name}"; (export ARCH BUILD BUILD_DLCACHEDIR BUILD_WORKDIR \ PREFIX PREFIX_CROSS PREFIX_MINGW32 PREFIX_MINIPIX \ PREFIX_NATIVE PREFIX_ROOT PREFIX_RPM; -- cgit v1.2.3