mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 03:32:55 +00: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
@ -658,7 +658,7 @@ void logs::file_listener::log(u64 stamp, const logs::message& msg, const std::st
|
||||
text += "} ";
|
||||
}
|
||||
|
||||
if (msg->name && '\0' != *msg->name)
|
||||
if (stamp && msg->name && '\0' != *msg->name)
|
||||
{
|
||||
text += msg->name;
|
||||
text += msg == level::todo ? " TODO: " : ": ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user