diff --git a/pkg/controller/garbagecollector/operations.go b/pkg/controller/garbagecollector/operations.go index 1c898431dc0..4fd59ad187a 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