mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd::log: Use microdate() for log prefix.
This commit is contained in:
parent
8dd0a22351
commit
afc001e68c
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ noexcept
|
|||
std::stringstream s;
|
||||
pubsetbuf(s, buf);
|
||||
s
|
||||
<< microtime(date)
|
||||
<< microdate(date)
|
||||
<< ' '
|
||||
<< std::setw(6)
|
||||
<< std::right
|
||||
|
|
Loading…
Reference in a new issue