[virt-manager PATCH 05/12] installer: Log when cleaning up the unattended files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Similarly to what's already done in installertreeinfo.py, let's log when
removing the files used during the unattended installation.

Signed-off-by: Fabiano Fidêncio <fidencio@xxxxxxxxxx>
---
 virtinst/installer.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/virtinst/installer.py b/virtinst/installer.py
index 48436453..48052450 100644
--- a/virtinst/installer.py
+++ b/virtinst/installer.py
@@ -144,6 +144,7 @@ class Installer(object):
             return
 
         for f in self._unattended_files:
+            logging.debug("Removing %s", str(f))
             os.unlink(f)
 
         logging.debug("Removing %s", util.get_unattended_cache_dir())
-- 
2.21.0

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list




[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux