Fix go vet error.

This commit is contained in:
Andrew Starr-Bochicchio 2017-08-01 09:13:34 -04:00 committed by Tilen Faganel
parent dd77866697
commit eefad9be9e
No known key found for this signature in database
GPG Key ID: 3DDA5ABF228F8E7A
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ func deleteVolumeSnapshots(snapshotsId *[]string) resource.TestCheckFunc {
client := testAccProvider.Meta().(*godo.Client)
snapshots := *snapshotsId
for _, value := range snapshots {
log.Printf("XXX Deleting %d", value)
log.Printf("XXX Deleting %v", value)
_, err := client.Snapshots.Delete(context.Background(), value)
if err != nil {
return err