diff --git a/images/sds-health-watcher-controller/src/pkg/controller/block_device_labels_watcher.go b/images/sds-health-watcher-controller/src/pkg/controller/block_device_labels_watcher.go index 26606554..20e0e313 100644 --- a/images/sds-health-watcher-controller/src/pkg/controller/block_device_labels_watcher.go +++ b/images/sds-health-watcher-controller/src/pkg/controller/block_device_labels_watcher.go @@ -60,7 +60,7 @@ func RunBlockDeviceLabelsWatcher( } if shouldRequeue { - log.Warning(fmt.Sprintf("[RunBlockDeviceLabelsWatcher] the request for the BlockDevice %s should be requeued in 5s", bd.Name)) + log.Warning(fmt.Sprintf("[RunBlockDeviceLabelsWatcher] the request for the BlockDevice %s should be requeued in %s", bd.Name, cfg.ScanIntervalSec.String())) return reconcile.Result{RequeueAfter: cfg.ScanIntervalSec}, nil }