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

ofLog - fix log alignment for notice #6955

Closed
wants to merge 9 commits into from

Conversation

dimitre
Copy link
Member

@dimitre dimitre commented May 4, 2022

with this change we have

[ notice ] 3024 x 1964 : 24bit
[ notice ] 3024 x 1964 : 24bit
[ notice ] 3024 x 1964 : 24bit
[ error  ] ofAppGLFWWindow: requested monitor is: 1 monitor count is: 1

instead of

[notice ] 3024 x 1964 : 24bit
[notice ] 3024 x 1964 : 24bit
[notice ] 3024 x 1964 : 24bit
[ error ] ofAppGLFWWindow: requested monitor is: 1 monitor count is: 1

@dimitre dimitre changed the title fix log unalignment for notice ofLog - fix log alignment for notice May 4, 2022
case OF_LOG_FATAL_ERROR:
return pad ? " fatal " : "fatal";
return pad ? " fatal " : "fatal";
Copy link
Member

Choose a reason for hiding this comment

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

@dimitre there is:

  • extra space after fatal, error
  • missing space after verbose and warning

@danoli3
Copy link
Member

danoli3 commented Aug 1, 2022

+1000

@dimitre dimitre closed this Feb 11, 2025
@dimitre dimitre deleted the oflog branch February 11, 2025 00:05
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.

3 participants