mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
remove superfluous log line
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@864 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
cfb082a67c
commit
d419d87a73
1 changed files with 0 additions and 2 deletions
|
|
@ -346,8 +346,6 @@ int pa__init(pa_core *c, pa_module*m) {
|
||||||
periods = 8;
|
periods = 8;
|
||||||
fragsize = pa_bytes_per_second(&ss)/128;
|
fragsize = pa_bytes_per_second(&ss)/128;
|
||||||
|
|
||||||
pa_log("req: %i %i", periods, fragsize);
|
|
||||||
|
|
||||||
if (pa_modargs_get_value_u32(ma, "fragments", &periods) < 0 || pa_modargs_get_value_u32(ma, "fragment_size", &fragsize) < 0) {
|
if (pa_modargs_get_value_u32(ma, "fragments", &periods) < 0 || pa_modargs_get_value_u32(ma, "fragment_size", &fragsize) < 0) {
|
||||||
pa_log(__FILE__": failed to parse buffer metrics");
|
pa_log(__FILE__": failed to parse buffer metrics");
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue