mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Merge pull request #27190 from caesarxuchao/remove-debugging-log
Automatic merge from submit-queue Fix a debugging line A trivial update. @k8s-oncall can we manually merge it?
This commit is contained in:
commit
2b9670b77b
@ -256,7 +256,7 @@ func (gc *GarbageCollector) orhpanDependents(owner objectReference, dependents [
|
||||
if len(failedDependents) != 0 {
|
||||
return fmt.Errorf("failed to orphan dependents of owner %s, got errors: %s", owner, utilerrors.NewAggregate(errorsSlice).Error())
|
||||
}
|
||||
fmt.Println("CHAO: successfully updated all dependents")
|
||||
glog.V(6).Infof("successfully updated all dependents")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user