mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-20 14:28:26 +00:00
Fixed line printing to be hyperlink friendly
This commit is contained in:
@@ -469,7 +469,7 @@ void EQEmuLogSys::Out(
|
||||
std::string prefix;
|
||||
|
||||
if (RuleB(Logging, PrintFileFunctionAndLine)) {
|
||||
prefix = fmt::format("[{0}::{1}:{2}] ", base_file_name(file), func, line);
|
||||
prefix = fmt::format("[{0}:{1}] ", base_file_name(file), line);
|
||||
}
|
||||
|
||||
va_list args;
|
||||
|
||||
Reference in New Issue
Block a user