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

bug: odd number of arguments passed as key-value pairs #16

Open
jxlwqq opened this issue Sep 9, 2021 · 1 comment
Open

bug: odd number of arguments passed as key-value pairs #16

jxlwqq opened this issue Sep 9, 2021 · 1 comment

Comments

@jxlwqq
Copy link

jxlwqq commented Sep 9, 2021

reqLogger.Info("Schedule parsing done", "Result", "diff", fmt.Sprintf("%v", d))

@jxlwqq
Copy link
Author

jxlwqq commented Sep 9, 2021

shoud be like this:

reqLogger.Info("Schedule parsing done", "diff", fmt.Sprintf("%v", d)) 

operator-sdk version: "v1.11.0", commit: "28dcd12a776d8a8ff597e1d8527b08792e7312fd", kubernetes version: "v1.20.2", go version: "go1.16.6", GOOS: "darwin", GOARCH: "amd64"

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

No branches or pull requests

1 participant