mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 08:23:56 +01:00
modules/federation/sender: Increase per-event error log level.
This commit is contained in:
parent
9c94c6ac8f
commit
aa8c0487e5
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ try
|
|||
if(empty(error))
|
||||
return;
|
||||
|
||||
log::derror
|
||||
log::error
|
||||
{
|
||||
"Error from %s in %s for %s :%s",
|
||||
node.remote,
|
||||
|
|
Loading…
Reference in a new issue