[Logging] Reset stream so we don't bold the whole line

This commit is contained in:
Akkadius 2023-01-17 21:39:18 -06:00
parent 40d1c33351
commit f9ea7ddb62

View File

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