Skip to content

Commit

Permalink
Cluster checking-2
Browse files Browse the repository at this point in the history
Signed-off-by: PrimalPimmy <Prashant20.pm@gmail.com>
  • Loading branch information
PrimalPimmy committed Jun 20, 2024
1 parent 8d3ad72 commit 12b8a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators/nephio-controller-manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func main() {
continue
}
if _, err = r.SetupWithManager(ctx, mgr, ctrlCfg); err != nil {
setupLog.Error(err, "cannot setup with manager", "reconciler", name, scheme)
setupLog.Error(err, "cannot setup with manager", "reconciler", name, "Scheme logs", scheme)
//klog.Errorf("error creating %q reconciler: %s", name, err.Error())
os.Exit(1)
}
Expand Down

0 comments on commit 12b8a5b

Please sign in to comment.