summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-09-09 21:12:04 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-09-09 21:12:04 +0200
commitac9e42c780174095a2d04d5250ff217ec995826f (patch)
tree69436e53e50184c5adf057a9fa23f9e55c24e9bc /build.sh
parent4d6e265dc350af1849b60ce2c97d839b4d156306 (diff)
downloadmidipix_build-ac9e42c780174095a2d04d5250ff217ec995826f.tar.bz2
midipix_build-ac9e42c780174095a2d04d5250ff217ec995826f.tar.xz
build.sh:buildp_dispatch_pkg_state(): log env vars in child process at correct level.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 8ccdfd01..4cbad44f 100755
--- a/build.sh
+++ b/build.sh
@@ -78,7 +78,7 @@ buildp_dispatch_pkg_state() {
rtl_log_msg "pkg_finish" "${MSG_pkg_finish}" "${7}" "${6}" "${4}" "${5}" "${_pkg_name}"; ;;
start_pkg_child)
if [ "${PKG_NO_LOG_VARS:-0}" -eq 0 ]; then
- rtl_log_env_vars "notice" "build" $(rtl_get_vars_fast "^PKG_");
+ rtl_log_env_vars "info" "build" $(rtl_get_vars_fast "^PKG_");
fi;
if rtl_lmatch "${ARG_VERBOSE_TAGS}" "xtrace" ","; then
set -o xtrace;