move config debugging to debug level 1
This commit is contained in:
parent
e1afb6ab28
commit
7328a9e25c
10
atom
10
atom
@ -970,8 +970,10 @@ then
|
|||||||
exit $ENOCFG
|
exit $ENOCFG
|
||||||
fi
|
fi
|
||||||
getConfig
|
getConfig
|
||||||
{
|
|
||||||
cat <<EOF
|
if (( debug ))
|
||||||
|
then
|
||||||
|
cat <<-EOF
|
||||||
General|Load|$maxload
|
General|Load|$maxload
|
||||||
|Load Interval|$loadinterval
|
|Load Interval|$loadinterval
|
||||||
|Temp Dir|$tempdir
|
|Temp Dir|$tempdir
|
||||||
@ -985,7 +987,7 @@ do
|
|||||||
done
|
done
|
||||||
for destination in ${!destinationpath[@]}
|
for destination in ${!destinationpath[@]}
|
||||||
do
|
do
|
||||||
cat <<EOF
|
cat <<-EOF
|
||||||
$destination|Path|${destinationpath[$destination]}
|
$destination|Path|${destinationpath[$destination]}
|
||||||
|Format|${destinationformat[$destination]}
|
|Format|${destinationformat[$destination]}
|
||||||
|Quality|${destinationquality[$destination]}
|
|Quality|${destinationquality[$destination]}
|
||||||
@ -1000,7 +1002,7 @@ echo "|Skipped mime-type|${destinationskipmime[$destination]//\|/
|
|||||||
echo "|Copied mime-type|${destinationcopymime[$destination]//\|/
|
echo "|Copied mime-type|${destinationcopymime[$destination]//\|/
|
||||||
|Copied mime-type|}"
|
|Copied mime-type|}"
|
||||||
done
|
done
|
||||||
}|column -t -s'|' -n
|
fi |column -t -s'|' -n
|
||||||
|
|
||||||
openDatabase
|
openDatabase
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user