0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-30 12:48:54 +02:00

modules/m_receipt: Fix missing m::log designation.

This commit is contained in:
Jason Volk 2019-03-19 16:40:25 -07:00
parent 5b951b55c5
commit 9d7c26b376

View file

@ -210,7 +210,7 @@ ircd::m::receipt::read(const m::room::id &room_id,
log::info
{
"%s read by %s in %s @ %zd => %s (local)",
m::log, "%s read by %s in %s @ %zd => %s (local)",
string_view{event_id},
string_view{user_id},
string_view{room_id},