mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix log
This commit is contained in:
parent
e022084dd0
commit
697f927b50
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ func (vc StatusControl) IncrementAnnotation() error {
|
|||
// increment counter
|
||||
counter++
|
||||
ann[annCounter] = strconv.Itoa(counter)
|
||||
glog.Info("incrementing annotation %s counter to %d", annCounter, counter)
|
||||
glog.Infof("incrementing annotation %s counter to %d", annCounter, counter)
|
||||
deploy.SetAnnotations(ann)
|
||||
// update counter
|
||||
_, err = vc.client.UpdateResource("Deployment", deployNamespace, deploy, false)
|
||||
|
|
Loading…
Add table
Reference in a new issue