Merge "Fix typo in l3-agent namespace code"

This commit is contained in:
Jenkins 2016-08-10 15:08:05 +00:00 committed by Gerrit Code Review
commit 0ca520ebdf
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ def check_ns_existence(f):
@functools.wraps(f)
def wrapped(self, *args, **kwargs):
if not self.exists():
LOG.warning(_LW('Namespace %(name)s does not exists. Skipping '
LOG.warning(_LW('Namespace %(name)s does not exist. Skipping '
'%(func)s'),
{'name': self.name, 'func': f.__name__})
return