mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +01:00
modules/federation/send: Downgrade log level for unhandled out of eval.
This commit is contained in:
parent
85fb1804be
commit
1c573cf491
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue