mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +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::style::bold
|
||||
<< fmt::format("{}", func)
|
||||
<< rang::style::reset
|
||||
<< rang::fgB::gray
|
||||
<< " ";
|
||||
|
||||
if (RuleB(Logging, PrintFileFunctionAndLine)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user