mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
bluez5: fix HFP backend behavior when BlueZ goes away
Ensure unavailable backends get unregistered. Don't log error-level messages on HFP unregistration failures.
This commit is contained in:
parent
5f7c4dec34
commit
d28b36bb93
2 changed files with 17 additions and 12 deletions
|
|
@ -2020,7 +2020,7 @@ static void unregister_profile(struct impl *backend, const char *profile)
|
|||
m = NULL;
|
||||
|
||||
if (r == NULL) {
|
||||
spa_log_error(backend->log, "Unregistering Profile %s failed", profile);
|
||||
spa_log_info(backend->log, "Unregistering Profile %s failed", profile);
|
||||
dbus_error_free(&err);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue