summaryrefslogtreecommitdiffhomepage
path: root/subr/ex_rtl_log.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-01-19 16:32:02 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-01-19 16:32:02 +0000
commitf0dfe17891f0b0c2e5a209e2aa8178102a07e0e2 (patch)
treee37d945843cd8cc42999f57f5a40367adf3d4dee /subr/ex_rtl_log.subr
parent20421348ca6d82791db780b3e08a6bfea15254cb (diff)
downloadmidipix_build-f0dfe17891f0b0c2e5a209e2aa8178102a07e0e2.tar.bz2
midipix_build-f0dfe17891f0b0c2e5a209e2aa8178102a07e0e2.tar.xz
build.sh, etc/build.usage, subr/build_args.subr: replaces -x w/ -vvv.
subr/ex_rtl_{fileop,log}.subr, vars/env.vars: log file operations at -vvvv.
Diffstat (limited to 'subr/ex_rtl_log.subr')
-rw-r--r--subr/ex_rtl_log.subr3
1 files changed, 3 insertions, 0 deletions
diff --git a/subr/ex_rtl_log.subr b/subr/ex_rtl_log.subr
index e7d9ef3d..2ed295b6 100644
--- a/subr/ex_rtl_log.subr
+++ b/subr/ex_rtl_log.subr
@@ -44,6 +44,9 @@ ex_rtl_log_msg() {
elif [ "${_lvl}" = vvvo ]\
&& [ "${EXP_RTL_LOG_VNFO_LVL:-0}" -lt 3 ]; then
return;
+ elif [ "${_lvl}" = vvvv ]\
+ && [ "${EXP_RTL_LOG_VNFO_LVL:-0}" -lt 4 ]; then
+ return;
fi;
_lvl_uc="$(ex_rtl_toupper "${_lvl%exit}")";
_attr="$(ex_rtl_get_var_unsafe "DEFAULT_LOG_MSG_${_lvl_uc}_COLOUR")";