Skip to content

Commit

Permalink
Merge pull request #57 from nbalacha/log-fix
Browse files Browse the repository at this point in the history
fix: fixes logger panic
  • Loading branch information
nbalacha authored Jan 4, 2022
2 parents e0c41e7 + 2e432a3 commit a6191c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func main() {
"Exiting")
os.Exit(1)
}
setupLog.Info("Watching namespace ", operatorNamespace)
setupLog.Info("Watching namespace", "Namespace", operatorNamespace)

mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
Scheme: scheme,
Expand Down

0 comments on commit a6191c3

Please sign in to comment.