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

Commit 6bbcaacd authored by Zhengping Jiang's avatar Zhengping Jiang Committed by Gerrit Code Review
Browse files

Merge "Fix log format when masking the address to protect privacy" into main

parents 7870bd56 c6ddac39
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;
    }