diff --git a/AK/Format.cpp b/AK/Format.cpp index 5a98f79b70..537a3cd06f 100644 --- a/AK/Format.cpp +++ b/AK/Format.cpp @@ -645,7 +645,7 @@ void vdbgln(StringView fmtstr, TypeErasedFormatParams params) got_process_name = TriState::False; } if (got_process_name == TriState::True) - builder.appendff("\033[33;1m{}({})\033[0m: ", process_name_buffer, getpid()); + builder.appendff("\033[33;1m{}({}:{})\033[0m: ", process_name_buffer, getpid(), gettid()); # endif #endif