From 5c4ce2a62654228e79f997896c867af07bbadacf Mon Sep 17 00:00:00 2001 From: Cao Shufeng Date: Mon, 1 Jan 2018 15:08:03 +0800 Subject: [PATCH] [garbage collector] fix log info --- pkg/controller/garbagecollector/operations.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/garbagecollector/operations.go b/pkg/controller/garbagecollector/operations.go index 16f631f489b..cc35b95003a 100644 --- a/pkg/controller/garbagecollector/operations.go +++ b/pkg/controller/garbagecollector/operations.go @@ -128,7 +128,7 @@ func (gc *GarbageCollector) removeFinalizer(owner *node, targetFinalizer string) newFinalizers = append(newFinalizers, f) } if !found { - glog.V(5).Infof("the orphan finalizer is already removed from object %s", owner.identity) + glog.V(5).Infof("the %s finalizer is already removed from object %s", targetFinalizer, owner.identity) return nil } // remove the owner from dependent's OwnerReferences