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

[Cleanup] Properly terminate printed log lines #2935

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 31, 2024

  1. Cleanup: Properly terminate printed log lines.

    Ensure that every Logprint(f) call is properly terminated with a newline
     (`\n`). Multi-line calls and daisy-chained calls can use a descriptor
     comment at the end of the code line (`/* Continued */`) to denote the
     log line is continued afterwards.
    Fuzzbawls committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    7459120 View commit details
    Browse the repository at this point in the history
  2. lint: Add LogPrint(f) termination linter

    Ensures that all LogPrint() and LogPrintf() calls are properly
    terminated to avoid conjoined lines in the debug.log file.
    Fuzzbawls committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    dade23d View commit details
    Browse the repository at this point in the history