Merge "Fix a wrong comma in log message"

This commit is contained in:
Zuul 2020-01-02 13:19:20 +00:00 committed by Gerrit Code Review
commit 9951362d71
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class UnityClient(object):
@staticmethod
def _delete_tenant(tenant):
if tenant.nas_servers:
LOG.debug('There are NAS servers belonging to the tenant %s. ',
LOG.debug('There are NAS servers belonging to the tenant %s. '
'Do not delete it.',
tenant.get_id())
return