summaryrefslogtreecommitdiff
path: root/vmdb/plugins/rootfs_cache_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'vmdb/plugins/rootfs_cache_plugin.py')
-rw-r--r--vmdb/plugins/rootfs_cache_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmdb/plugins/rootfs_cache_plugin.py b/vmdb/plugins/rootfs_cache_plugin.py
index 5c9a894..edfb3d4 100644
--- a/vmdb/plugins/rootfs_cache_plugin.py
+++ b/vmdb/plugins/rootfs_cache_plugin.py
@@ -56,7 +56,7 @@ class MakeCacheStepRunner(vmdb.StepRunnerInterface):
'tag {} mounted {} cached {}'.format(
tag, tags.get_mount_point(tag), tags.is_cached(tag)))
- vmdb.progress('caching rootdir'.format(rootdir))
+ vmdb.progress('caching rootdir {}'.format(rootdir))
vmdb.progress('caching relative {}'.format(dirs))
if not os.path.exists(tar_path):
vmdb.runcmd(