From 5c92c093fc50b90cdcc69ab2d65701a553528a57 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 28 May 2009 23:12:00 +0000 Subject: [PATCH] debug comments --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index 08b7ee7..99cd64c 100755 --- a/inxi +++ b/inxi @@ -234,7 +234,7 @@ DEFAULT_SCHEME=2 # Default indentation level INDENT=10 -# logging eval variables, start and end function: Insert to LOGFS LOGFE when debug level == 10 +# logging eval variables, start and end function: Insert to LOGFS LOGFE when debug level 9, 10 LOGFS_STRING='log_function_data fs $FUNCNAME "$( echo $@ )"' LOGFE_STRING='log_function_data fe $FUNCNAME' LOGFS='' @@ -1033,7 +1033,7 @@ get_parameters() @) if [[ -n $( egrep "^([1-9]|10)$" <<< $OPTARG ) ]];then DEBUG=$OPTARG exec 2>&1 - # switch on logging only for -@ 10 + # switch on logging only for -@ 9, 10 if [[ $OPTARG -ge 9 ]];then if [[ $OPTARG -eq 10 ]];then B_LOG_COLORS='true'