mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 07:40:03 +01:00
find-voice-call-profile: improve logging
To make it more specific to the hook and avoid confusion with the best-profile one.
This commit is contained in:
parent
a6c0bb202d
commit
dcf083ef3b
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ SimpleEventHook {
|
|||
|
||||
if selected_profile then
|
||||
log:info (device, string.format (
|
||||
"Found best profile '%s' (%d) for device %s",
|
||||
"Found calling profile '%s' (%d) for device %s",
|
||||
selected_profile.name, selected_profile.index, dev_name))
|
||||
event:set_data ("selected-profile", selected_profile)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue