Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fa00f73 authored by Sharvil Nanavati's avatar Sharvil Nanavati
Browse files

Fix build, replace logging macro.

Change-Id: Ib1189b887d57253940fa38e8af24ea03462c403e
parent 5f2c8870
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -460,7 +460,7 @@ static bt_status_t btif_in_fetch_bonded_device(char *bdstr)
        if((btif_in_fetch_bonded_ble_device(bdstr, FALSE, NULL) != BT_STATUS_SUCCESS)
                && (!bt_linkkey_file_found))
        {
            BTIF_TRACE_DEBUG1("Remote device:%s, no link key or ble key found", bdstr);
            BTIF_TRACE_DEBUG("Remote device:%s, no link key or ble key found", bdstr);
            return BT_STATUS_FAIL;
        }
    return BT_STATUS_SUCCESS;