log line to help prevent confusion when guest_additions_url is set from env variable that is empty

pull/5768/head
Megan Marsh 8 years ago
parent ff3cbbf28c
commit e164621bfe

@ -85,6 +85,7 @@ func (s *StepDownloadGuestAdditions) Run(state multistep.StateBag) multistep.Ste
// If this resulted in an empty url, then ask the driver about it.
if url == "" {
log.Printf("guest_additions_url is blank; querying driver for iso.")
url, err = driver.Iso()
if err == nil {

Loading…
Cancel
Save