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:
Pablo Correa Gómez 2025-09-07 10:08:12 +02:00
parent a6c0bb202d
commit dcf083ef3b
No known key found for this signature in database
GPG key ID: 7A342565FF635F79

View file

@ -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