mirror of
https://github.com/kubernetes/client-go.git
synced 2025-08-16 22:36:48 +00:00
fix log typo
Kubernetes-commit: abce7ab534d0c667dd1438ff24bb3130d17d3f6e
This commit is contained in:
parent
8344b1c856
commit
a8ff96d887
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
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
klog.Infof("Caches are synced for %s ", controllerName)
|
klog.Infof("Caches are synced for %s", controllerName)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user