Fix a wrong comma in log message

This is to remove a wrong comma in log message.

Change-Id: I837b4afb66018dc96a338c93ce839216ec8f33d2
This commit is contained in:
zhufl 2020-01-02 13:33:42 +08:00
parent 02b2903fc7
commit 73b0bccd9f
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