Skip to content

Commit 1d84c7d

Browse files
committed
Missing updates to log_info call.
1 parent 1139058 commit 1d84c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/image_config/caclmgrd/caclmgrd

+2-2
Original file line numberDiff line numberDiff line change
@@ -480,9 +480,9 @@ class ControlPlaneAclManager(daemon_base.DaemonBase):
480480
"""
481481
# Add iptables commands to allow front panel snmp traffic
482482
iptables_cmds = self.generate_fwd_snmp_traffic_from_namespace_to_host_commands(namespace)
483-
log_info("Issuing the following iptables commands:")
483+
self.log_info("Issuing the following iptables commands:")
484484
for cmd in iptables_cmds:
485-
log_info(" " + cmd)
485+
self.log_info(" " + cmd)
486486

487487
self.run_commands(iptables_cmds)
488488

0 commit comments

Comments
 (0)