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

This commit is contained in:
Mitchell Hashimoto 2013-07-29 22:50:29 -07:00
parent 25eca62986
commit cffb35ab33
1 changed files with 1 additions and 0 deletions

View File

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