Thread.cpp: Add missing newline

This commit is contained in:
Eladash 2021-03-15 17:38:07 +02:00 committed by Ivan
parent 6a14849381
commit a5bb925a3d
1 changed files with 1 additions and 1 deletions

View File

@ -1617,7 +1617,7 @@ static void append_thread_name(std::string& msg)
}
else if (thread_ctrl::is_main())
{
fmt::append(msg, "Thread: Main Thread");
fmt::append(msg, "Thread: Main Thread.\n");
}
else
{