mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-24 20:10: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
|
if selected_profile then
|
||||||
log:info (device, string.format (
|
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))
|
selected_profile.name, selected_profile.index, dev_name))
|
||||||
event:set_data ("selected-profile", selected_profile)
|
event:set_data ("selected-profile", selected_profile)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue