mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
bluez: print a nicer warning when the bluez service is not available
This commit is contained in:
parent
7ee8192ce9
commit
ddfe3daa22
1 changed files with 5 additions and 0 deletions
|
|
@ -5369,6 +5369,11 @@ static void get_managed_objects_reply(DBusPendingCall *pending, void *user_data)
|
|||
return;
|
||||
}
|
||||
|
||||
if (dbus_message_is_error(r, DBUS_ERROR_NAME_HAS_NO_OWNER)) {
|
||||
spa_log_warn(monitor->log, "BlueZ system service is not available");
|
||||
return;
|
||||
}
|
||||
|
||||
if (dbus_message_get_type(r) == DBUS_MESSAGE_TYPE_ERROR) {
|
||||
spa_log_error(monitor->log, "GetManagedObjects() failed: %s",
|
||||
dbus_message_get_error_name(r));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue