scripts/functions
changeset 1741 2d94844c1a63
parent 1720 3995b34ba925
child 1749 8cde002bad62
     1.1 --- a/scripts/functions	Sun Jan 10 15:19:25 2010 +0000
     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")