mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-12 13:30:10 -05:00
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:
parent
dd0f80e3e2
commit
3fa491dc90
2 changed files with 147 additions and 119 deletions
|
|
@ -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
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue