mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
[Logging] Reset stream so we don't bold the whole line
This commit is contained in:
parent
40d1c33351
commit
f9ea7ddb62
@ -246,6 +246,8 @@ void EQEmuLogSys::ProcessConsoleMessage(
|
|||||||
<< rang::fgB::gray
|
<< rang::fgB::gray
|
||||||
<< rang::style::bold
|
<< rang::style::bold
|
||||||
<< fmt::format("{}", func)
|
<< fmt::format("{}", func)
|
||||||
|
<< rang::style::reset
|
||||||
|
<< rang::fgB::gray
|
||||||
<< " ";
|
<< " ";
|
||||||
|
|
||||||
if (RuleB(Logging, PrintFileFunctionAndLine)) {
|
if (RuleB(Logging, PrintFileFunctionAndLine)) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user