From 152ab36a331c6e94e70a60859b12a44839d30e06 Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Mon, 26 Aug 2024 16:47:39 +0000 Subject: [PATCH] update error comment --- .../volume/pvcprotection/pvc_protection_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/volume/pvcprotection/pvc_protection_controller.go b/pkg/controller/volume/pvcprotection/pvc_protection_controller.go index 6e3e63268f4..005a15d4b51 100644 --- a/pkg/controller/volume/pvcprotection/pvc_protection_controller.go +++ b/pkg/controller/volume/pvcprotection/pvc_protection_controller.go @@ -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 }