0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 14:08:56 +02:00

ircd:Ⓜ️:fetch: Tweak log message format.

This commit is contained in:
Jason Volk 2019-09-07 15:10:28 -07:00
parent 5232da8ea4
commit 7c01d9e77a

View file

@ -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),
};
}