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
1 changed file:
Changes:
| ... | ... | @@ -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;
 |