Fix bugs in rsync module
[snf-image-creator] / image_creator / bundle_volume.py
index bd418ce..919a08b 100644 (file)
@@ -378,8 +378,7 @@ class BundleVolume(object):
                 exclude = self._to_exclude() + [image]
                 rsync = Rsync('/', target,
                               map(lambda p: os.path.relpath(p, '/'), exclude))
-                msg = "Copying host files into the image"
-                rsync.archive().run(self.out, msg)
+                rsync.archive().run(self.out)
 
                 self._replace_uuids(target, new_uuid)