mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
modules/m_vm_fetch: Fix missing param in debuglog msg.
This commit is contained in:
parent
eb823847de
commit
03e6a8a867
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ ircd::m::vm::fetch::state_fetch(const event &event,
|
|||
opts.nothrow_closure = true;
|
||||
log::debug
|
||||
{
|
||||
log, "%s acquire state event ids in %s from %zu servers (est).",
|
||||
log, "%s acquire state event ids in %s...",
|
||||
loghead(eval),
|
||||
string_view{room.room_id},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue