Skip to content

Commit 152ab36

Browse files
committed
update error comment
1 parent 39b6bd1 commit 152ab36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/volume/pvcprotection/pvc_protection_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ func (c *Controller) removeFinalizer(ctx context.Context, pvc *v1.PersistentVolu
291291
logger.Error(err, "Error removing protection finalizer from PVC", "PVC", klog.KObj(pvc))
292292
return err
293293
}
294-
logger.Info("Removed protection finalizer from PVC", "PVC", klog.KObj(pvc))
294+
logger.V(3).Info("Removed protection finalizer from PVC", "PVC", klog.KObj(pvc))
295295
return nil
296296
}
297297

0 commit comments

Comments
 (0)