1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

change sig_log to SIG

This commit is contained in:
Megamouse 2020-03-28 15:25:39 +01:00
parent fdd7f0645d
commit a76a4d8136

View File

@ -74,7 +74,7 @@
#include "sync.h"
#include "util/logs.hpp"
LOG_CHANNEL(sig_log);
LOG_CHANNEL(sig_log, "SIG");
LOG_CHANNEL(sys_log, "SYS");
LOG_CHANNEL(vm_log, "VM");