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

infof format strings shouldn't end with \n #7879

Closed
GwenTheKween opened this issue Oct 19, 2021 · 0 comments
Closed

infof format strings shouldn't end with \n #7879

GwenTheKween opened this issue Oct 19, 2021 · 0 comments
Assignees
Labels

Comments

@GwenTheKween
Copy link

Commit e7416cf removed \n from almost all infof calls, but the following call still has it

infof(data, "subject: %s\n", subject);

@bagder bagder self-assigned this Oct 19, 2021
@bagder bagder added the TLS label Oct 19, 2021
bagder added a commit that referenced this issue Oct 19, 2021
Follow-up to e7416cf

Reported-by: billionai on github
Fixes #7879
@bagder bagder closed this as completed in 54aa9c4 Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

2 participants