mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12: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)
|
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();
|
logs::silence();
|
||||||
|
@ -49,7 +49,7 @@ namespace rpcs3::utils
|
||||||
|
|
||||||
if (was_silenced)
|
if (was_silenced)
|
||||||
{
|
{
|
||||||
sys_log.notice("Logging enabled");
|
sys_log.success("Logging enabled");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue