Skip to content

Commit

Permalink
fix: log linter broken
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgialelis committed Jul 5, 2024
1 parent 4d5f2fb commit f56da92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (r *OrchestrationroutesReconciler) Reconcile(ctx context.Context, req ctrl.
//Lookup Service
serviceID, err := r.LookupService(ctx, req.Namespace, route.ServiceRef)
if err != nil {
log.info("could not find the service, re-queing in 30seconds ", "service", route.ServiceRef)
log.Info("could not find the service, re-queing in 30seconds ", "service", route.ServiceRef)
return ctrl.Result{RequeueAfter: time.Second * 30}, nil
}

Expand Down

0 comments on commit f56da92

Please sign in to comment.