Skip to content

Commit

Permalink
consolidatable_service_and_groups.py: correct log entry detail (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshekaplan authored Oct 16, 2023
1 parent bbf14e0 commit e7274a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def consolidate_service_like_objects(profilepackage, object_type, object_friendl
# Then replace the contents of policies
for policy_dg, policy_type, policy_entry in policies_needing_replacement:
object_policy_dict = xml_object_to_dict(policy_entry)['entry']
logger.debug(f"NAT object_policy_dict: {object_policy_dict}")
logger.debug(f"object_policy_dict: {object_policy_dict}")
replacements_made = {}
if policy_type in ("NATPreRules", "NATPostRules"):
# NAT rules are limited to a single service
Expand Down

0 comments on commit e7274a5

Please sign in to comment.