Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark "Disabling Logging" message, make it explanatory #10784

Merged
merged 1 commit into from Aug 28, 2021

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Aug 28, 2021

Now uses success log level, with the new description "Disabling logging! Do not create issues on GitHub or on the forums while logging is disabled."

@elad335 elad335 changed the title Mark "Disable Logging", add explenatory log message Mark "Disable Logging", add explanatory log message Aug 28, 2021
@@ -37,7 +37,7 @@ namespace rpcs3::utils
{
if (!was_silenced)
{
sys_log.notice("Disabling logging...");
sys_log.success("Disabling logging! This mode is not compatible with issue creations and help requests on forums.");
Copy link
Contributor

@Megamouse Megamouse Aug 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sys_log.success("Disabling logging! This mode is not compatible with issue creations and help requests on forums.");
sys_log.success("Logging disabled! Do not create issues on GitHub or on the forums while logging is disabled.");

@Megamouse Megamouse merged commit f185aba into RPCS3:master Aug 28, 2021
@elad335 elad335 changed the title Mark "Disable Logging", add explanatory log message Mark "Disabling Logging" message, make it explanatory Aug 28, 2021
@elad335 elad335 deleted the patch-30 branch September 19, 2022 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants