Skip to content

Commit

Permalink
Update cmd/crane/cmd/root.go
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Mar 24, 2023
1 parent 04eafb4 commit 49501ff
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 49501ff

Please sign in to comment.