diff --git a/pkg/descheduler/strategies/topologyspreadconstraint.go b/pkg/descheduler/strategies/topologyspreadconstraint.go index fd8dd520f..52147425a 100644 --- a/pkg/descheduler/strategies/topologyspreadconstraint.go +++ b/pkg/descheduler/strategies/topologyspreadconstraint.go @@ -78,7 +78,7 @@ func RemovePodsViolatingTopologySpreadConstraint( ) { thresholdPriority, includedNamespaces, excludedNamespaces, err := validateAndParseTopologySpreadParams(ctx, client, strategy.Params) if err != nil { - klog.ErrorS(err, "Invalid PodLifeTime parameters") + klog.ErrorS(err, "Invalid RemovePodsViolatingTopologySpreadConstraint parameters") return }