mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Mark "Disable Logging", add explanatory log message
This commit is contained in:
parent
2431fcc2a1
commit
f185aba5fc
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue