0
0
Fork 0
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:
Jason Volk 2019-07-27 14:35:25 -07:00
parent d806ef48db
commit 4ac5d52b45

View file

@ -519,7 +519,7 @@ noexcept
s
<< microtime(date)
<< ' '
<< std::setw(5)
<< std::setw(6)
<< std::right
<< ctx::epoch()
<< ' '