Skip to content

Commit

Permalink
Missing updates to log_info call.
Browse files Browse the repository at this point in the history
  • Loading branch information
judyjoseph committed Sep 25, 2020
1 parent 1139058 commit 1d84c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/image_config/caclmgrd/caclmgrd
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,9 @@ class ControlPlaneAclManager(daemon_base.DaemonBase):
"""
# Add iptables commands to allow front panel snmp traffic
iptables_cmds = self.generate_fwd_snmp_traffic_from_namespace_to_host_commands(namespace)
log_info("Issuing the following iptables commands:")
self.log_info("Issuing the following iptables commands:")
for cmd in iptables_cmds:
log_info(" " + cmd)
self.log_info(" " + cmd)

self.run_commands(iptables_cmds)

Expand Down

0 comments on commit 1d84c7d

Please sign in to comment.