mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-28 05:40:21 -04:00
ucm: Fix an incorrect log message
The log message didn't match the code, so one of them was wrong. It's entirely possible that the code is wrong, but I didn't have the motivation to study the code enough to understand what the code is supposed to do.
This commit is contained in:
parent
b5e1c06a5e
commit
b76b9c32d9
1 changed files with 1 additions and 1 deletions
|
|
@ -714,7 +714,7 @@ static void ucm_add_port_combination(
|
|||
pa_log_debug("Port %s direction %s, priority %d", port->name, direction, priority);
|
||||
|
||||
if (cp) {
|
||||
pa_log_debug("Adding port %s to profile %s", port->name, cp->name);
|
||||
pa_log_debug("Adding profile %s to port %s.", cp->name, port->name);
|
||||
pa_hashmap_put(port->profiles, cp->name, cp);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue