mirror of
https://github.com/kubernetes/client-go.git
synced 2025-08-31 06:34:50 +00:00
Merge pull request #106547 from astraw99/fix-log-typo
Fix log blank typo to avoid en/decode issues Kubernetes-commit: 6d6ebfbe2473e405e6cf2607f38b1b72a38024cc
This commit is contained in:
2
tools/cache/shared_informer.go
vendored
2
tools/cache/shared_informer.go
vendored
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user