mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Some bugs fixed
This commit is contained in:
parent
6e77f80d5f
commit
123c4ba1a8
7 changed files with 38 additions and 11 deletions
|
@ -194,7 +194,7 @@ void LogManager::log(LogMessage msg)
|
|||
}
|
||||
if (NamedThreadBase* thr = GetCurrentNamedThread())
|
||||
{
|
||||
prefix += thr->GetThreadName();
|
||||
prefix += "{" + thr->GetThreadName() + "} ";
|
||||
}
|
||||
msg.mText.insert(0, prefix);
|
||||
msg.mText.append(1,'\n');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue