log line to help prevent confusion when guest_additions_url is set from env variable that is empty
This commit is contained in:
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…
Reference in New Issue