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.


_______________________________________________
tbb-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tbb-commits

Reply via email to