Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sfos: bluez5: Missing bluez5 is not error.
Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  • Loading branch information
jusa committed Feb 24, 2021
1 parent cc7a9d0 commit 6e57d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/bluetooth/bluez5-util.c
Expand Up @@ -1046,7 +1046,7 @@ static void get_managed_objects_reply(DBusPendingCall *pending, void *userdata)
pa_assert_se(r = dbus_pending_call_steal_reply(pending));

if (dbus_message_is_error(r, DBUS_ERROR_UNKNOWN_METHOD)) {
pa_log_warn("BlueZ D-Bus ObjectManager not available");
pa_log_info("BlueZ5 D-Bus ObjectManager not available");
goto finish;
}

Expand Down

0 comments on commit 6e57d3b

Please sign in to comment.