diff --git a/common/step_download.go b/common/step_download.go index ab75f3392..fb84ceb10 100644 --- a/common/step_download.go +++ b/common/step_download.go @@ -53,9 +53,9 @@ type StepDownload struct { } func (s *StepDownload) Run(ctx context.Context, state multistep.StateBag) multistep.StepAction { - ui := state.Get("ui").(packer.Ui) - defer ui.Say(fmt.Sprintf("leaving retrieve loop for %s", s.Description)) + defer log.Printf("Leaving retrieve loop for %s", s.Description) + ui := state.Get("ui").(packer.Ui) ui.Say(fmt.Sprintf("Retrieving %s", s.Description)) var errs []error