Fix a typo in iptables_manager.py
Removed redundant 'the' Change-Id: I3541ce6c66d935c31cf73c26949b06be82786b3d
This commit is contained in:
parent
1e8dd7b6de
commit
69b49a5265
@ -624,7 +624,7 @@ class IptablesManager(object):
|
|||||||
if line in seen_lines:
|
if line in seen_lines:
|
||||||
thing = 'chain' if line.startswith(':') else 'rule'
|
thing = 'chain' if line.startswith(':') else 'rule'
|
||||||
LOG.warning(_LW("Duplicate iptables %(thing)s detected. This "
|
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)s generation code. Line: %(line)s"),
|
||||||
{'thing': thing, 'line': line})
|
{'thing': thing, 'line': line})
|
||||||
return False
|
return False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user