From e858e0be9e9702c4522b559f3ab1980612633b5e Mon Sep 17 00:00:00 2001 From: Samarth Deyagond Date: Mon, 2 Aug 2021 13:39:55 +0530 Subject: [PATCH] Update log message in pkg/aws/core_util.go Co-authored-by: Prashanth --- pkg/aws/core_util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/aws/core_util.go b/pkg/aws/core_util.go index 12dec95e..ae20cb2b 100644 --- a/pkg/aws/core_util.go +++ b/pkg/aws/core_util.go @@ -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 }