mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-09 04:14:20 +00:00
scripts/functions: inverse log level ALL and DEBUG
This commit is contained in:
parent
68058e12b8
commit
9bfea69431
@ -49,8 +49,8 @@ CT_LOG_LEVEL_ERROR=0
|
||||
CT_LOG_LEVEL_WARN=1
|
||||
CT_LOG_LEVEL_INFO=2
|
||||
CT_LOG_LEVEL_EXTRA=3
|
||||
CT_LOG_LEVEL_DEBUG=4
|
||||
CT_LOG_LEVEL_ALL=5
|
||||
CT_LOG_LEVEL_ALL=4
|
||||
CT_LOG_LEVEL_DEBUG=5
|
||||
|
||||
# Make it easy to use \n and !
|
||||
CR=$(printf "\n")
|
||||
|
Loading…
x
Reference in New Issue
Block a user