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

Commit 9f8b9f4b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "AddressWithType: Use redacted Address" into main

parents b57af11d 297631a3
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: