Skip to content
Snippets Groups Projects
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
Branches
No related tags found
1 merge request!1007Demote the validateInvitation console message to "info"
......@@ -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;
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment