We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ad467 commit 153a59cCopy full SHA for 153a59c
pkg/ansible/operator/operator.go
@@ -89,7 +89,7 @@ func getMaxWorkers(gvk schema.GroupVersionKind, defvalue int) int {
89
if err != nil {
90
// we don't care why we couldn't parse it just use one.
91
// maybe we should log that we are defaulting to 1.
92
- logf.Log.WithName("manager").V(0).Info("Using default value for workers %d", defvalue)
+ logf.Log.WithName("manager").V(0).Info(fmt.Sprintf("Using default value for workers %d", defvalue))
93
return defvalue
94
}
95
0 commit comments