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

Commit 9bd8406f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "AddressWithType: Use redacted Address" into main am: 9f8b9f4b am: 5c141c7b

parents a982733b 5c141c7b
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: