Merge "[Trivial]Add missing white space between words"

This commit is contained in:
Zuul 2020-07-30 15:43:22 +00:00 committed by Gerrit Code Review
commit d3478d2052
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class _HostMountStateManager(metaclass=HostMountStateManagerMeta):
os.rmdir(dir)
except Exception as ex:
LOG.debug(
"Couldn't remove directory"
"Couldn't remove directory "
"%(mountpoint)s: %(reason)s",
{'mountpoint': mountpoint,
'reason': ex})