Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Aug 23, 2023
1 parent 08537ae commit d390827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ws-manager-mk2/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func main() {

subscriberReconciler, err := controllers.NewSubscriberReconciler(mgr.GetClient(), &cfg.Manager)
if err != nil {
setupLog.Error(err, "unable to create timeout controller", "controller", "Timeout")
setupLog.Error(err, "unable to create subscriber controller", "controller", "Subscribers")
os.Exit(1)
}

Expand Down

0 comments on commit d390827

Please sign in to comment.