mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 09:40:12 +01:00
construct: Remove redundant final epoch value. (bfe864663c
)
This commit is contained in:
parent
cda10cc799
commit
a91dc48322
1 changed files with 1 additions and 2 deletions
|
@ -354,10 +354,9 @@ noexcept try
|
|||
|
||||
ircd::log::debug
|
||||
{
|
||||
"epoch construct:%zu ircd::ios:%zu ircd::ctx:%zu",
|
||||
"epoch construct:%zu ircd:%zu",
|
||||
handled,
|
||||
ircd::ios::epoch(),
|
||||
ircd::ctx::epoch(),
|
||||
};
|
||||
|
||||
// 13
|
||||
|
|
Loading…
Add table
Reference in a new issue