diff --git a/neutron/agent/linux/iptables_manager.py b/neutron/agent/linux/iptables_manager.py index 03eac05701c..a01803ec3bc 100644 --- a/neutron/agent/linux/iptables_manager.py +++ b/neutron/agent/linux/iptables_manager.py @@ -624,7 +624,7 @@ class IptablesManager(object): if line in seen_lines: thing = 'chain' if line.startswith(':') else 'rule' LOG.warning(_LW("Duplicate iptables %(thing)s detected. This " - "may indicate a bug in the the iptables " + "may indicate a bug in the iptables " "%(thing)s generation code. Line: %(line)s"), {'thing': thing, 'line': line}) return False