mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
bluez: print a nicer warning when the bluez service is not available
This commit is contained in:
parent
048285af7f
commit
a66aa7ae84
1 changed files with 5 additions and 0 deletions
|
|
@ -5328,6 +5328,11 @@ static void get_managed_objects_reply(DBusPendingCall *pending, void *user_data)
|
||||||
return;
|
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) {
|
if (dbus_message_get_type(r) == DBUS_MESSAGE_TYPE_ERROR) {
|
||||||
spa_log_error(monitor->log, "GetManagedObjects() failed: %s",
|
spa_log_error(monitor->log, "GetManagedObjects() failed: %s",
|
||||||
dbus_message_get_error_name(r));
|
dbus_message_get_error_name(r));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue