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

View file

@ -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