0
0
Fork 0
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:
Jason Volk 2019-08-03 20:04:08 -07:00
parent 8dd0a22351
commit afc001e68c

View file

@ -533,7 +533,7 @@ noexcept
std::stringstream s;
pubsetbuf(s, buf);
s
<< microtime(date)
<< microdate(date)
<< ' '
<< std::setw(6)
<< std::right