mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Downgraded the priority of a message, because it's really quite uninteresting.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2091 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
9d00b9dea2
commit
dccf411469
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ int pa__init(pa_module*m) {
|
||||||
n_control++;
|
n_control++;
|
||||||
else {
|
else {
|
||||||
pa_assert(LADSPA_IS_PORT_OUTPUT(d->PortDescriptors[p]) && LADSPA_IS_PORT_CONTROL(d->PortDescriptors[p]));
|
pa_assert(LADSPA_IS_PORT_OUTPUT(d->PortDescriptors[p]) && LADSPA_IS_PORT_CONTROL(d->PortDescriptors[p]));
|
||||||
pa_log_info("Ignored port \"%s\", because we ignore all control out ports.", d->PortNames[p]);
|
pa_log_debug("Ignored control output port \"%s\".", d->PortNames[p]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue