summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-09-14 14:56:31 +0000
committerPierre Ossman <ossman@cendio.se>2006-09-14 14:56:31 +0000
commit5f828c2c3df6a788b5f8be3422bd355b91104791 (patch)
treef8c64d2ae4d8633326c6977318deb09e729a3abe /src/utils
parent772645922a450f5d366bd6e077a44582e7a7b79f (diff)
Fix debug output for SNDCTL_DSP_SETFRAGMENT.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1396 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/padsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/padsp.c b/src/utils/padsp.c
index 883ffbd9..d947f697 100644
--- a/src/utils/padsp.c
+++ b/src/utils/padsp.c
@@ -1875,7 +1875,7 @@ static int dsp_ioctl(fd_info *i, unsigned long request, void*argp, int *_errno)
break;
case SNDCTL_DSP_SETFRAGMENT:
- debug(DEBUG_LEVEL_NORMAL, __FILE__": SNDCTL_DSP_SETFRAGMENT: 0x%8x\n", *(int*) argp);
+ debug(DEBUG_LEVEL_NORMAL, __FILE__": SNDCTL_DSP_SETFRAGMENT: 0x%08x\n", *(int*) argp);
pa_threaded_mainloop_lock(i->mainloop);