diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-01-19 16:32:02 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-01-19 16:32:02 +0000 |
commit | f0dfe17891f0b0c2e5a209e2aa8178102a07e0e2 (patch) | |
tree | e37d945843cd8cc42999f57f5a40367adf3d4dee /vars | |
parent | 20421348ca6d82791db780b3e08a6bfea15254cb (diff) | |
download | midipix_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 'vars')
-rw-r--r-- | vars/env.vars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/env.vars b/vars/env.vars index 7e7b6d50..e946c36a 100644 --- a/vars/env.vars +++ b/vars/env.vars @@ -26,6 +26,7 @@ DEFAULT_LOG_MSG_VNFO_COLOUR=96; DEFAULT_LOG_MSG_VUCC_COLOUR=90; DEFAULT_LOG_MSG_VVFO_COLOUR=96; DEFAULT_LOG_MSG_VVVO_COLOUR=96; +DEFAULT_LOG_MSG_VVVV_COLOUR=96; DEFAULT_TIMESTAMP_FMT="%Y/%m/%d %H:%M:%S"; # vim:filetype=sh textwidth=0 |