diff --git a/operators/nephio-controller-manager/main.go b/operators/nephio-controller-manager/main.go index f756fc01..9f20a274 100644 --- a/operators/nephio-controller-manager/main.go +++ b/operators/nephio-controller-manager/main.go @@ -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) }