Fix a typo in iptables_manager.py

Removed redundant 'the'

Change-Id: I3541ce6c66d935c31cf73c26949b06be82786b3d
This commit is contained in:
Cao Xuan Hoang 2017-01-05 13:36:55 +07:00
parent 1e8dd7b6de
commit 69b49a5265

View File

@ -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