mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 08:12:37 +01:00
ircd::log: Increase ctx::epoch width.
This commit is contained in:
parent
d806ef48db
commit
4ac5d52b45
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ noexcept
|
|||
s
|
||||
<< microtime(date)
|
||||
<< ' '
|
||||
<< std::setw(5)
|
||||
<< std::setw(6)
|
||||
<< std::right
|
||||
<< ctx::epoch()
|
||||
<< ' '
|
||||
|
|
Loading…
Reference in a new issue