Skip to content

Commit 19808d6

Browse files
committed
fix log
1 parent 82fd1ee commit 19808d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudstack_loadbalancer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ func (lb *loadBalancer) updateNetworkACL(publicPort int, protocol LoadBalancerPr
892892
}
893893

894894
if len(filtered) > 0 {
895-
klog.Infof("Network ACL rule for port %v and protocol %v already exists. No need to added a duplicate rule")
895+
klog.V(4).Infof("Network ACL rule for port %v and protocol %v already exists. No need to added a duplicate rule", publicPort, protocol)
896896
return true, err
897897
}
898898

0 commit comments

Comments
 (0)