From dcf083ef3b31364e8676f77f3f471b1f312ffed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Sun, 7 Sep 2025 10:08:12 +0200 Subject: [PATCH] find-voice-call-profile: improve logging To make it more specific to the hook and avoid confusion with the best-profile one. --- src/scripts/device/find-voice-call-profile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/device/find-voice-call-profile.lua b/src/scripts/device/find-voice-call-profile.lua index 429d82da..eb6910f0 100644 --- a/src/scripts/device/find-voice-call-profile.lua +++ b/src/scripts/device/find-voice-call-profile.lua @@ -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