diff --git a/rollout/controller.go b/rollout/controller.go index ae4f0834e9..be64fdda61 100644 --- a/rollout/controller.go +++ b/rollout/controller.go @@ -567,7 +567,7 @@ func (c *Controller) newRolloutContext(rollout *v1alpha1.Rollout) (*rolloutConte for _, rs := range rsList { if rs.Labels[v1alpha1.DefaultRolloutUniqueLabelKey] == podHash { foundRS = true - logCtx.Info("newRS found via label selector lookup and pod hash", "rs", rs.Name) + logCtx.Info("newRS found via label selector lookup and pod hash : %s", "rs", rs.Name, podHash) break } }