mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
qt: Fix logging
This commit is contained in:
parent
b3c4ec4b55
commit
0da9c8d20c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue