mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
logs.hpp: another fixup for RPCS3.log
Don't print channel names for initial messages.
This commit is contained in:
parent
de94f6c2f6
commit
c646476ca8
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ void logs::file_listener::log(u64 stamp, const logs::message& msg, const std::st
|
||||||
text += "} ";
|
text += "} ";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (msg->name && '\0' != *msg->name)
|
if (stamp && msg->name && '\0' != *msg->name)
|
||||||
{
|
{
|
||||||
text += msg->name;
|
text += msg->name;
|
||||||
text += msg == level::todo ? " TODO: " : ": ";
|
text += msg == level::todo ? " TODO: " : ": ";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue