Commit 300bf571 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Lox integration

Bug 42543: Demote the validateInvitation console message to "info".
parent a5f43320
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;