0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-16 08:58:20 +02:00

ircd::log: Minor cleanup.

This commit is contained in:
Jason Volk 2018-05-03 20:08:24 -07:00
parent 6432245abd
commit 8d819cd3f5

View file

@ -448,7 +448,7 @@ noexcept
// Compose the prefix sequence into the buffer through stringstream
std::stringstream s;
s.rdbuf()->pubsetbuf(buf, max);
pubsetbuf(s, buf);
s << microtime(date)
<< ' '
<< (console_ansi[fac]? console_ansi[fac] : "")