diff --git a/command/build/command.go b/command/build/command.go index adc1fc42c..7e5d3da87 100644 --- a/command/build/command.go +++ b/command/build/command.go @@ -112,6 +112,10 @@ func (c Command) Run(env packer.Environment, args []string) int { builds = append(builds, build) } + if cfgDebug { + env.Ui().Say("Debug mode enabled. Builds will not be parallelized.") + } + // Compile all the UIs for the builds colors := [5]packer.UiColor{ packer.UiColorGreen,