diff -r 3995b34ba925 -r 2d94844c1a63 scripts/functions --- a/scripts/functions Sun Jan 10 15:19:25 2010 +0000 +++ b/scripts/functions Sat Jan 16 17:52:44 2010 +0100 @@ -49,8 +49,8 @@ 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")