0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 12:18:54 +02:00

modules/federation/send: Quiet vm::fault::EXISTS from the warnlog on eval.

This commit is contained in:
Jason Volk 2019-09-03 18:01:50 -07:00
parent 196ee9e157
commit 957d90e63d

View file

@ -73,6 +73,7 @@ handle_pdus(client &client,
m::vm::opts vmopts;
vmopts.node_id = request.origin;
vmopts.nothrows = -1U;
vmopts.warnlog &= ~m::vm::fault::EXISTS;
vmopts.infolog_accept = true;
m::vm::eval eval
{