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

Commit 297631a3 authored by Myles Watson's avatar Myles Watson
Browse files

AddressWithType: Use redacted Address

Bug: 353312145
Test: mma -j32
Flag: EXEMPT, logging-only change
Change-Id: Ib6733b9ab5594b2e0aa535abc40ce4ddbd2c868c
parent e2c09f6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ public:
  }

  std::string ToRedactedStringForLogging() const override {
    return address_.ToStringForLogging() + "[" + AddressTypeText(address_type_) + "]";
    return address_.ToRedactedStringForLogging() + "[" + AddressTypeText(address_type_) + "]";
  }

private: