Skip to content

Commit

Permalink
Update runner.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sheidkamp committed Jul 28, 2023
1 parent 9951325 commit 5a459f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconcile/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func (r *runner) RunReconciler(ctx context.Context, reconciler Reconciler, predi

if err != nil {
//return errors.Errorf("A fatal error occurred while getting informer for kind", zap.Error(err))
rec.logger.V(1).Info(gvkName + " failed to get informer" + errors.ToString(err, true))
rec.logger.V(1).Info(gvkName + " failed to get informer")
}
if !i.HasSynced() {
rec.logger.V(1).Info(gvkName + " failed to sync")
Expand Down

0 comments on commit 5a459f0

Please sign in to comment.