From a8ff96d88763d248c5313807e10044f7279277f9 Mon Sep 17 00:00:00 2001 From: astraw99 Date: Fri, 19 Nov 2021 11:06:14 +0800 Subject: [PATCH] fix log typo Kubernetes-commit: abce7ab534d0c667dd1438ff24bb3130d17d3f6e --- tools/cache/shared_informer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cache/shared_informer.go b/tools/cache/shared_informer.go index 4b7fc04e..2ff493ec 100644 --- a/tools/cache/shared_informer.go +++ b/tools/cache/shared_informer.go @@ -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 }