mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00:00
qt: Fix logging
This commit is contained in:
parent
b3c4ec4b55
commit
0da9c8d20c
@ -65,7 +65,7 @@ struct gui_listener : logs::listener
|
||||
_new->msg += "} ";
|
||||
}
|
||||
|
||||
if (msg.ch->name)
|
||||
if ('\0' != *msg.ch->name)
|
||||
{
|
||||
_new->msg += msg.ch->name;
|
||||
_new->msg += msg.sev == logs::level::todo ? " TODO: " : ": ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user