mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
ircd:Ⓜ️:fetch: Tweak log message format.
This commit is contained in:
parent
5232da8ea4
commit
7c01d9e77a
1 changed files with 2 additions and 2 deletions
|
@ -638,11 +638,11 @@ catch(...)
|
|||
|
||||
log::derror
|
||||
{
|
||||
log, "Erroneous remote for %s %s in %s from '%s' :%s",
|
||||
log, "%s error for %s %s in %s :%s",
|
||||
string_view{request.origin},
|
||||
reflect(request.opts.op),
|
||||
string_view{request.opts.event_id},
|
||||
string_view{request.opts.room_id},
|
||||
string_view{request.origin},
|
||||
what(request.eptr),
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue