0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 11:18:51 +02:00

modules/federation/send: Downgrade log level for unhandled out of eval.

This commit is contained in:
Jason Volk 2020-05-05 01:03:45 -07:00
parent 85fb1804be
commit 1c573cf491

View file

@ -154,7 +154,7 @@ catch(const m::vm::error &e)
}
catch(const std::exception &e)
{
log::critical
log::error
{
m::log, "Unhandled error processing txn '%s' from '%s' :%s",
txn_id,