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

Fix formatted I/O #1014

Closed
HuKeping opened this issue Oct 21, 2016 · 3 comments · Fixed by #1044
Closed

Fix formatted I/O #1014

HuKeping opened this issue Oct 21, 2016 · 3 comments · Fixed by #1044

Comments

@HuKeping
Copy link
Contributor

HuKeping commented Oct 21, 2016

https://github.com/docker/notary/blob/master/trustpinning/certs.go#L143

logrus.Debugf("checking root against trust_pinning config", gun)

We can either use logrus.Debug or add the %s to it.

@ecordell
Copy link
Contributor

@riyazdf
Copy link
Contributor

riyazdf commented Oct 21, 2016

@ecordell @HuKeping - that's definitely a great fix. Happy to have that in a separate PR as well if we want to fast-track it.

@HuKeping
Copy link
Contributor Author

HuKeping commented Oct 22, 2016

Thanks @ecordell ! I'll leave a closes link from that PR to here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants