0
0
Fork 0
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:
Jason Volk 2019-12-03 20:24:11 -08:00
parent eb823847de
commit 03e6a8a867

View file

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