KuthumiPepple commented on a change in pull request #3153:
URL: https://github.com/apache/camel-k/pull/3153#discussion_r839408060
##########
File path: pkg/cmd/debug.go
##########
@@ -100,15 +100,15 @@ func (o *debugCmdOptions) run(cmd *cobra.Command, args
[]string) error {
// Context canceled
return
}
- fmt.Printf("Disabling debug mode on integration %q\n", name)
+ fmt.Fprintf(cmd.OutOrStdout(), "Disabling debug mode on
integration %q\n", name)
Review comment:
I did miss some of those Fprintf statements. I'll try to get them all
this time. If I may ask, given the purpose of my next commit, would it not be
better if do a commit amend and force push rather than do a new commit?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]