builder/amazon/chroot: improved logging about what volume created

pull/919/head
Mitchell Hashimoto 13 years ago
parent 25eca62986
commit cffb35ab33

@ -49,6 +49,7 @@ func (s *StepCreateVolume) Run(state map[string]interface{}) multistep.StepActio
VolumeType: rootDevice.VolumeType,
IOPS: rootDevice.IOPS,
}
log.Printf("Create args: %#v", createVolume)
createVolumeResp, err := ec2conn.CreateVolume(createVolume)
if err != nil {

Loading…
Cancel
Save