mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 14:31:11 +01:00
ircd::log: Minor cleanup.
This commit is contained in:
parent
6432245abd
commit
8d819cd3f5
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ noexcept
|
||||||
|
|
||||||
// Compose the prefix sequence into the buffer through stringstream
|
// Compose the prefix sequence into the buffer through stringstream
|
||||||
std::stringstream s;
|
std::stringstream s;
|
||||||
s.rdbuf()->pubsetbuf(buf, max);
|
pubsetbuf(s, buf);
|
||||||
s << microtime(date)
|
s << microtime(date)
|
||||||
<< ' '
|
<< ' '
|
||||||
<< (console_ansi[fac]? console_ansi[fac] : "")
|
<< (console_ansi[fac]? console_ansi[fac] : "")
|
||||||
|
|
Loading…
Reference in a new issue