[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-115.10.0esr-13.5-1] fixup! Lox integration
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Wed Apr 24 12:28:19 UTC 2024
Pier Angelo Vendrame pushed to branch tor-browser-115.10.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
300bf571 by Henry Wilkes at 2024-04-24T12:27:50+00:00
fixup! Lox integration
Bug 42543: Demote the validateInvitation console message to "info".
- - - - -
1 changed file:
- toolkit/components/lox/Lox.sys.mjs
Changes:
=====================================
toolkit/components/lox/Lox.sys.mjs
=====================================
@@ -612,7 +612,7 @@ class LoxImpl {
try {
lazy.invitation_is_trusted(invite);
} catch (err) {
- lazy.logger.error(err);
+ lazy.logger.info(`Does not parse as an invite: "${invite}".`, err);
return false;
}
return true;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/300bf571eb1d00f5b1a33d22f0475e5f47522222
--
This project does not include diff previews in email notifications.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/300bf571eb1d00f5b1a33d22f0475e5f47522222
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240424/8a30a701/attachment.htm>
More information about the tbb-commits
mailing list