Skip to content

Commit

Permalink
Update cmd/crane/cmd/root.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Johnson <jonjohnsonjr@gmail.com>
  • Loading branch information
imjasonh and jonjohnsonjr committed Mar 24, 2023
1 parent 04eafb4 commit 6d008a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/crane/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ func (wt *warnTransport) Report() {
prefix = "[WARNING]:"
}
for _, w := range warns {
// TODO: Consider using logs.Warn here if we move this out of crane.
fmt.Fprintln(os.Stderr, prefix, w)
}
}
Expand Down

0 comments on commit 6d008a9

Please sign in to comment.