mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +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;
|
std::stringstream s;
|
||||||
pubsetbuf(s, buf);
|
pubsetbuf(s, buf);
|
||||||
s
|
s
|
||||||
<< microtime(date)
|
<< microdate(date)
|
||||||
<< ' '
|
<< ' '
|
||||||
<< std::setw(6)
|
<< std::setw(6)
|
||||||
<< std::right
|
<< std::right
|
||||||
|
|
Loading…
Reference in a new issue