Fix typo in l3-agent namespace code

Trivialfix

Change-Id: I7684c97513b4238a2394f7e1dc9067d835287c4b
This commit is contained in:
Brian Haley 2016-08-09 13:15:48 -04:00
parent 58b06333b8
commit 3a7c6cb9e5
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