From c8471f2c3eb6611e65283b35de610e5f64c56ab1 Mon Sep 17 00:00:00 2001 From: Ke Zhang Date: Fri, 17 Jun 2016 17:05:50 +0800 Subject: [PATCH] EndpointController syncService log error --- pkg/controller/endpoint/endpoints_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/endpoint/endpoints_controller.go b/pkg/controller/endpoint/endpoints_controller.go index 257ecb3df1d..232ececb8fa 100644 --- a/pkg/controller/endpoint/endpoints_controller.go +++ b/pkg/controller/endpoint/endpoints_controller.go @@ -319,7 +319,7 @@ func (e *EndpointController) syncService(key string) { if !e.podStoreSynced() { // Sleep so we give the pod reflector goroutine a chance to run. time.Sleep(PodStoreSyncedPollPeriod) - glog.Infof("Waiting for pods controller to sync, requeuing rc %v", key) + glog.Infof("Waiting for pods controller to sync, requeuing service %v", key) e.queue.Add(key) return }