mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Logging] Reset stream so we don't bold the whole line
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user