Skip to content

Commit 29bb28f

Browse files
Merge pull request #297 from awgreene/fix-debug-msg
Fix currentServiceAccount debug message (#2765)
2 parents 367e399 + 1fa303d commit 29bb28f

File tree

2 files changed

+2
-2
lines changed
  • staging/operator-lifecycle-manager/pkg/controller/registry/reconciler
  • vendor/github.com/operator-framework/operator-lifecycle-manager/pkg/controller/registry/reconciler

2 files changed

+2
-2
lines changed

staging/operator-lifecycle-manager/pkg/controller/registry/reconciler/grpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func (c *GrpcRegistryReconciler) currentServiceAccount(source grpcCatalogSourceD
150150
serviceAccountName := source.ServiceAccount().GetName()
151151
serviceAccount, err := c.Lister.CoreV1().ServiceAccountLister().ServiceAccounts(source.GetNamespace()).Get(serviceAccountName)
152152
if err != nil {
153-
logrus.WithField("service", serviceAccount).Debug("couldn't find service in cache")
153+
logrus.WithField("serviceAccount", serviceAccount).Debug("couldn't find serviceAccount in cache")
154154
return nil
155155
}
156156
return serviceAccount

vendor/github.com/operator-framework/operator-lifecycle-manager/pkg/controller/registry/reconciler/grpc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)