Skip to content

Commit

Permalink
Update framework/infrastructure/traffic_director.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sergii Tkachenko <[email protected]>
  • Loading branch information
purnesh42H and sergiitk authored Jul 23, 2024
1 parent 7b13f1a commit 3993272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/infrastructure/traffic_director.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ def create_forwarding_rule(self, src_port: int):
def create_forwarding_rule_ipv6(self, src_port: int):
name = self.make_resource_name(self.FORWARDING_RULE_NAME_IPV6)
logging.info(
'Creating forwarding rule "%s" in network "%s": [::]:%s -> %s',
'Creating IPv6 forwarding rule "%s" in network "%s": [::]:%s -> %s',
name,
self.network,
src_port,
Expand Down

0 comments on commit 3993272

Please sign in to comment.