[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.10.0esr-13.5-1] fixup! Lox integration



Title: GitLab

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:

Changes:

  • toolkit/components/lox/Lox.sys.mjs
    ... ... @@ -612,7 +612,7 @@ class LoxImpl {
    612 612
         try {
    
    613 613
           lazy.invitation_is_trusted(invite);
    
    614 614
         } catch (err) {
    
    615
    -      lazy.logger.error(err);
    
    615
    +      lazy.logger.info(`Does not parse as an invite: "${invite}".`, err);
    
    616 616
           return false;
    
    617 617
         }
    
    618 618
         return true;
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits