update error comment

This commit is contained in:
Hung Nguyen 2024-08-26 16:47:39 +00:00
parent 39b6bd1278
commit 152ab36a33

View File

@ -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
}