add debug messages about the status of partitions
[bootmanager.git] / source / steps / InstallPartitionDisks.py
index d0df2f2..dd9a3f0 100644 (file)
@@ -199,6 +199,8 @@ def Run(vars, log):
     # list of block devices used may be updated
     vars["INSTALL_BLOCK_DEVICES"] = used_devices
 
+    utils.display_disks_status(PARTITIONS, "End of InstallPartitionDisks", log)
+
     return 1