Make debug output in padsp a bit less verbose. Specifying -d twice will give

original output.


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1018 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Pierre Ossman 2006-06-15 14:47:14 +00:00
parent dd0f80e3e2
commit 3fa491dc90
2 changed files with 147 additions and 119 deletions

View file

@ -46,7 +46,11 @@ while getopts 'hs:n:m:MSDd' param ; do
export PADSP_NO_DSP
;;
d)
PADSP_DEBUG=1
if [ x"$PADSP_DEBUG" = x ]; then
PADSP_DEBUG=1
else
PADSP_DEBUG=$(( $PADSP_DEBUG + 1 ))
fi
export PADSP_DEBUG
;;
*)