mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
modules/m_vm_fetch: Fix error in debuglog msg.
This commit is contained in:
parent
693ee3665c
commit
0bbc45e634
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue