Skip to content

Commit

Permalink
pr comments - v5
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanthvn committed Jun 24, 2021
1 parent 2a7c47c commit 328d2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/awsutils/awsutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ func (cache *EC2InstanceMetadataCache) DeallocPrefixAddresses(eniID string, pref
if err != nil {
awsAPIErrInc("UnassignPrivateIpAddresses", err)
log.Errorf("Failed to deallocate a Prefixes address %v", err)
return errors.Wrap(err, fmt.Sprintf("deallocate prefix: failed to deallocate Prefix addresses: %s", prefixes))
return errors.Wrap(err, fmt.Sprintf("deallocate prefix: failed to deallocate Prefix addresses: %v", prefixes))
}
log.Debugf("Successfully freed Prefixes %v from ENI %s", prefixes, eniID)
return nil
Expand Down

0 comments on commit 328d2bc

Please sign in to comment.