summaryrefslogtreecommitdiffhomepage
path: root/subr/pkg_fetch_wget.subr
diff options
context:
space:
mode:
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;