Fixed line printing to be hyperlink friendly

This commit is contained in:
Xackery
2022-09-02 10:50:02 -07:00
parent e0f9d9a8db
commit 01b498f9c2
+1 -1
View File
@@ -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;