summaryrefslogtreecommitdiff
path: root/glance_store/common
diff options
context:
space:
mode:
authorzhufl <zhu.fanglei@zte.com.cn>2020-05-22 14:31:47 +0800
committerzhufl <zhu.fanglei@zte.com.cn>2020-07-28 15:13:22 +0800
commite9c3d1471b2aa22a93750882cd0968bf753ad908 (patch)
tree6a97714eaea2de0e90ffb5db2ba6aad3863c49dd /glance_store/common
parent4de8d3c2d6ecff85e6696821a1e6c9522688494e (diff)
downloadglance_store-e9c3d1471b2aa22a93750882cd0968bf753ad908.tar.gz
[Trivial]Add missing white space between words
This is to add missing white space between words in log message. Change-Id: Ie166d3d29b10452238f6d3b325bb8c2f36b5fae1
Diffstat (limited to 'glance_store/common')
-rw-r--r--glance_store/common/fs_mount.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glance_store/common/fs_mount.py b/glance_store/common/fs_mount.py
index 3983f8b..67e4a7f 100644
--- a/glance_store/common/fs_mount.py
+++ b/glance_store/common/fs_mount.py
@@ -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})