Skip to content

Commit

Permalink
Merge pull request #2612 from daghack/debug-msg-clarification
Browse files Browse the repository at this point in the history
update warning message
  • Loading branch information
tonistiigi authored Jul 18, 2024
2 parents 9b49cf3 + cedbc5d commit 738f5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ func printWarnings(w io.Writer, warnings []client.VertexWarning, mode progressui
fmt.Fprintf(sb, "%d warnings found", len(warnings))
}
if logrus.GetLevel() < logrus.DebugLevel {
fmt.Fprintf(sb, " (use --debug to expand)")
fmt.Fprintf(sb, " (use docker --debug to expand)")
}
fmt.Fprintf(sb, ":\n")
fmt.Fprint(w, aec.Apply(sb.String(), aec.YellowF))
Expand Down

0 comments on commit 738f5ee

Please sign in to comment.