0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-28 00:14:07 +01:00

modules/m_vm_fetch: Fix error in debuglog msg.

This commit is contained in:
Jason Volk 2019-09-06 12:15:30 -07:00
parent 693ee3665c
commit 0bbc45e634

View file

@ -167,7 +167,7 @@ try
log, "%s auth_events:%zu miss:%zu",
loghead(eval),
auth_count,
auth_exists - auth_count,
auth_count - auth_exists,
};
if(!bool(m::vm::fetch::enable))