Merge pull request #106547 from astraw99/fix-log-typo

Fix log blank typo to avoid en/decode issues
This commit is contained in:
Kubernetes Prow Robot 2022-01-04 23:03:13 -08:00 committed by GitHub
commit 6d6ebfbe24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}