mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-01 06:10:07 +01:00
Mark "Disable Logging", add explanatory log message
This commit is contained in:
parent
2431fcc2a1
commit
f185aba5fc
|
|
@ -37,7 +37,7 @@ namespace rpcs3::utils
|
|||
{
|
||||
if (!was_silenced)
|
||||
{
|
||||
sys_log.notice("Disabling logging...");
|
||||
sys_log.success("Disabling logging! Do not create issues on GitHub or on the forums while logging is disabled.");
|
||||
}
|
||||
|
||||
logs::silence();
|
||||
|
|
@ -49,7 +49,7 @@ namespace rpcs3::utils
|
|||
|
||||
if (was_silenced)
|
||||
{
|
||||
sys_log.notice("Logging enabled");
|
||||
sys_log.success("Logging enabled");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue