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

logging: avoid '%!F(MISSING)' in logs #6555

Merged
merged 1 commit into from
Jan 29, 2024

Commits on Jan 29, 2024

  1. logging: avoid '%!F(MISSING)' in logs

    When only passing a single string into a Printf-style function, any %-format
    specs in it will be filled accordingly; but there will be no arguments to use.
    
    So now, we'll avoid calling the `{Debug,Info,Warn,Error}f` functions when we
    lack arguments.
    
    Signed-off-by: Stephan Renatus <stephan@styra.com>
    srenatus committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d7e8842 View commit details
    Browse the repository at this point in the history