post-processor/vagrant: more Ui output

This commit is contained in:
Mitchell Hashimoto 2013-06-27 07:17:08 -07:00
parent 637bcbc943
commit c190a5cec4
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
}
}
ui.Say(fmt.Sprintf("Creating Vagrant box for '%s' provider", ppName))
return pp.PostProcess(ui, artifact)
}