mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
update error comment
This commit is contained in:
parent
39b6bd1278
commit
152ab36a33
@ -291,7 +291,7 @@ func (c *Controller) removeFinalizer(ctx context.Context, pvc *v1.PersistentVolu
|
||||
logger.Error(err, "Error removing protection finalizer from PVC", "PVC", klog.KObj(pvc))
|
||||
return err
|
||||
}
|
||||
logger.Info("Removed protection finalizer from PVC", "PVC", klog.KObj(pvc))
|
||||
logger.V(3).Info("Removed protection finalizer from PVC", "PVC", klog.KObj(pvc))
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user