summaryrefslogtreecommitdiffhomepage
path: root/subr/pkg_fetch_wget.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-22 20:55:13 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-22 21:10:58 +0000
commit3961f3d554a2ac9f6d0477ffb0dc539e7842d676 (patch)
tree43d3f2062be4b1b7bcfc146891ad59fb201df86b /subr/pkg_fetch_wget.subr
parent648b81db9539b76a52346c1c5be2b54c4a622956 (diff)
downloadmidipix_build-3961f3d554a2ac9f6d0477ffb0dc539e7842d676.tar.bz2
midipix_build-3961f3d554a2ac9f6d0477ffb0dc539e7842d676.tar.xz
build.sh:-R: always print/don't print std{out,err} logs for failed packages.
build.sh:-vv: always print/don't print stdout logs for successfully built packages. subr/ex_rtl_fileop.subr:ex_build_fileop(): log at vvvo (-vvv.) subr/ex_rtl_log.subr, vars/env.vars: removes [vw]arn, separates info & {vnfo,vvfo,vvvo}. var/env.vars:${CLEAR_ENV_VARS_EXCEPT}: adds ARG_VERBOSE[23].
Diffstat (limited to 'subr/pkg_fetch_wget.subr')
-rw-r--r--subr/pkg_fetch_wget.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr/pkg_fetch_wget.subr b/subr/pkg_fetch_wget.subr
index 731354e8..95fdc081 100644
--- a/subr/pkg_fetch_wget.subr
+++ b/subr/pkg_fetch_wget.subr
@@ -22,7 +22,7 @@ pkgp_fetch_wget() {
if [ "${ARG_IGNORE_SHA256SUMS:-0}" -eq 0 ]; then
ex_log_msg failexit "Error: hash mismatch for URL \`${_url}' (is: ${_sha256sum_dst}, should be: ${_sha256sum_src}.)";
else
- ex_log_msg warn "Warning: hash mismatch for URL \`${_url}' (is: ${_sha256sum_dst}, should be: ${_sha256sum_src}.)";
+ ex_log_msg vnfo "Warning: hash mismatch for URL \`${_url}' (is: ${_sha256sum_dst}, should be: ${_sha256sum_src}.)";
fi;
fi;
fi;