fix log typo

Kubernetes-commit: abce7ab534d0c667dd1438ff24bb3130d17d3f6e
This commit is contained in:
astraw99 2021-11-19 11:06:14 +08:00 committed by Kubernetes Publisher
parent 8344b1c856
commit a8ff96d887

View File

@ -244,7 +244,7 @@ func WaitForNamedCacheSync(controllerName string, stopCh <-chan struct{}, cacheS
return false
}
klog.Infof("Caches are synced for %s ", controllerName)
klog.Infof("Caches are synced for %s", controllerName)
return true
}