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

Commit 3d6bbf55 authored by Zhengping Jiang's avatar Zhengping Jiang Committed by Automerger Merge Worker
Browse files

Merge "Fix log format when masking the address to protect privacy" into main am: 6bbcaacd

parents dea89f17 6bbcaacd
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -816,7 +816,8 @@ struct le_impl : public bluetooth::hci::LeAddressManagerCallback {

  void remove_device_from_connect_list(AddressWithType address_with_type) {
    if (connect_list.find(address_with_type) == connect_list.end()) {
      LOG_WARN("Device not in acceptlist and cannot be removed:%s",
      LOG_WARN(
          "Device not in acceptlist and cannot be removed: %s",
          ADDRESS_TO_LOGGABLE_CSTR(address_with_type));
      return;
    }