squakez commented on code in PR #4731: URL: https://github.com/apache/camel-k/pull/4731#discussion_r1322720063
########## pkg/controller/catalog/initialize.go: ########## @@ -483,6 +483,7 @@ func buildRuntimeBuilderImageSpectrum(options spectrum.Options) error { _, err := spectrum.Build(options, directories...) if err != nil { + Log.Error(err, "Error trying to build Camel K builder container") Review Comment: We are returning the error. The caller should know what to do with it, if printing a warning or what else. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org