early-access version 1370

This commit is contained in:
pineappleEA
2021-01-24 21:07:01 +01:00
parent 7b95157e26
commit c2e79550e3
6 changed files with 107 additions and 6 deletions

View File

@@ -253,8 +253,8 @@ private:
if (line_number && *line_number != 0) {
output_log += fmt::format("Line: {}\n", *line_number);
}
output_log += fmt::format("ProcessID: {}\n", entry.pid);
output_log += fmt::format("ThreadID: {}\n", entry.tid);
output_log += fmt::format("ProcessID: {:X}\n", entry.pid);
output_log += fmt::format("ThreadID: {:X}\n", entry.tid);
if (text_log) {
output_log += fmt::format("Log Text: {}\n", *text_log);