mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
bluetooth: backend-ofono: Demote registration failure to info
Now that both backend-native and backend-ofono can coexist and backend-ofono is always loaded, even on systems without oFono, failing to register with org.ofono is not necessarily an error. This lowers the failure message log level from error to info.
This commit is contained in:
parent
c4648946f5
commit
517ee7c924
1 changed files with 2 additions and 2 deletions
|
|
@ -434,8 +434,8 @@ static void hf_audio_agent_register_reply(DBusPendingCall *pending, void *userda
|
|||
pa_assert_se(r = dbus_pending_call_steal_reply(pending));
|
||||
|
||||
if (dbus_message_get_type(r) == DBUS_MESSAGE_TYPE_ERROR) {
|
||||
pa_log_error("Failed to register as a handsfree audio agent with ofono: %s: %s",
|
||||
dbus_message_get_error_name(r), pa_dbus_get_error_message(r));
|
||||
pa_log_info("Failed to register as a handsfree audio agent with ofono: %s: %s",
|
||||
dbus_message_get_error_name(r), pa_dbus_get_error_message(r));
|
||||
goto finish;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue