mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
ircd:Ⓜ️:events: Fix format string specifier.
This commit is contained in:
parent
f9e1b90b51
commit
f2e851f875
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ ircd::m::events::dump__file(const string_view &filename)
|
|||
++errcount;
|
||||
log::error
|
||||
{
|
||||
"dump[%s] events; %s in %zu writes; %zu errors :%s",
|
||||
"dump[%s] %zu events; %zu writes; %zu errors :%s",
|
||||
filename,
|
||||
ecount,
|
||||
acount,
|
||||
|
|
Loading…
Reference in a new issue