scripts/functions: inverse log level ALL and DEBUG
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jan 16 17:52:44 2010 +0100 (2010-01-16)
changeset 17412d94844c1a63
parent 1736 344735b31b02
child 1742 fc9c1c675802
scripts/functions: inverse log level ALL and DEBUG
scripts/functions
     1.1 --- a/scripts/functions	Thu Jan 14 19:09:27 2010 +0100
     1.2 +++ b/scripts/functions	Sat Jan 16 17:52:44 2010 +0100
     1.3 @@ -49,8 +49,8 @@
     1.4  CT_LOG_LEVEL_WARN=1
     1.5  CT_LOG_LEVEL_INFO=2
     1.6  CT_LOG_LEVEL_EXTRA=3
     1.7 -CT_LOG_LEVEL_DEBUG=4
     1.8 -CT_LOG_LEVEL_ALL=5
     1.9 +CT_LOG_LEVEL_ALL=4
    1.10 +CT_LOG_LEVEL_DEBUG=5
    1.11  
    1.12  # Make it easy to use \n and !
    1.13  CR=$(printf "\n")