Skip to content

Commit

Permalink
Update log message in pkg/aws/core_util.go
Browse files Browse the repository at this point in the history
Co-authored-by: Prashanth <[email protected]>
  • Loading branch information
AxiomSamarth and prashanth26 authored Aug 2, 2021
1 parent dc682b8 commit e858e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/aws/core_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func disableSrcAndDestCheck(svc ec2iface.EC2API, instanceID *string) error {
if err != nil {
return err
}
klog.V(3).Infof("Successfully disabled Source/Destination check on NAT instance %s.", *instanceID)
klog.V(3).Infof("Successfully disabled Source/Destination check on instance %s.", *instanceID)
return nil
}

Expand Down

0 comments on commit e858e0b

Please sign in to comment.