mirror of
https://github.com/matrix-construct/construct
synced 2024-11-18 07:50:57 +01:00
modules/m_receipt: Fix missing m::log designation.
This commit is contained in:
parent
5b951b55c5
commit
9d7c26b376
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue