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

pull/222/merge
Mitchell Hashimoto 13 years ago
parent 4358830953
commit 1e9cc89f73

@ -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