summaryrefslogtreecommitdiffhomepage
path: root/subr/ex_pkg.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-26 15:24:12 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-26 15:24:12 +0200
commit77458de033ce302d259e95b9a66c525fcf822dfc (patch)
tree644655795c04ff3f2cbe16b2bf2b48fbda48889f /subr/ex_pkg.subr
parent66e45aa9c0275f67a6690259e55b3d0bccbd5d0b (diff)
downloadmidipix_build-77458de033ce302d259e95b9a66c525fcf822dfc.tar.bz2
midipix_build-77458de033ce302d259e95b9a66c525fcf822dfc.tar.xz
Log messages at {info,notice,verbose} and {,-v,-vv}.
Diffstat (limited to 'subr/ex_pkg.subr')
-rw-r--r--subr/ex_pkg.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr/ex_pkg.subr b/subr/ex_pkg.subr
index c1140d4a..90cdf3ca 100644
--- a/subr/ex_pkg.subr
+++ b/subr/ex_pkg.subr
@@ -120,7 +120,7 @@ ex_pkg_load_vars() {
../midipix_build.vars \
./midipix.env; do
if [ -r "${_fname}" ]; then
- rtl_log_msg notice "Sourcing \`%s'." "${_fname}";
+ rtl_log_msg verbose "Sourcing \`%s'." "${_fname}";
rtl_fileop source "${_fname}";
fi;
done;