Skip to content

Commit a27f3d9

Browse files
committed
style(logs): mention generations instead of manifests for subs
1 parent b4f14a8 commit a27f3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/operators/catalog/operator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ func (o *Operator) ensureInstallPlan(logger *logrus.Entry, namespace string, gen
10031003
return reference.GetReference(installPlan)
10041004
}
10051005
}
1006-
logger.Warn("no installplan found with matching manifests, creating new one")
1006+
logger.Warn("no installplan found with matching generation, creating new one")
10071007

10081008
return o.createInstallPlan(namespace, gen, subs, installPlanApproval, steps, bundleLookups)
10091009
}

0 commit comments

Comments
 (0)