mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 15:01:40 -04:00
Use 'log.Printf()' for StepDownload debug instead of 'ui.Say()'.
This commit is contained in:
@@ -54,7 +54,7 @@ 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.Say(fmt.Sprintf("Retrieving %s", s.Description))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user