fix log typo

This commit is contained in:
astraw99 2021-11-19 11:06:14 +08:00
parent b8af116327
commit abce7ab534

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
}