scripts/functions: inverse log level ALL and DEBUG

This commit is contained in:
Yann E. MORIN" 2010-01-16 17:52:44 +01:00
parent 68058e12b8
commit 9bfea69431

View File

@ -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")