mirror of https://github.com/docker/buildx.git
Merge pull request #2612 from daghack/debug-msg-clarification
update warning message
This commit is contained in:
commit
738f5ee9db
|
@ -835,7 +835,7 @@ func printWarnings(w io.Writer, warnings []client.VertexWarning, mode progressui
|
||||||
fmt.Fprintf(sb, "%d warnings found", len(warnings))
|
fmt.Fprintf(sb, "%d warnings found", len(warnings))
|
||||||
}
|
}
|
||||||
if logrus.GetLevel() < logrus.DebugLevel {
|
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.Fprintf(sb, ":\n")
|
||||||
fmt.Fprint(w, aec.Apply(sb.String(), aec.YellowF))
|
fmt.Fprint(w, aec.Apply(sb.String(), aec.YellowF))
|
||||||
|
|
Loading…
Reference in New Issue