--- pyanaconda/storage/devicetree.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pyanaconda/storage/devicetree.py b/pyanaconda/storage/devicetree.py index 9ef33ed..b449516 100644 --- a/pyanaconda/storage/devicetree.py +++ b/pyanaconda/storage/devicetree.py @@ -1147,7 +1147,7 @@ class DeviceTree(object): labelType=labelType, exists=not initlabel) except InvalidDiskLabelError: - self.addIgnoredDisk(device.name) + log.info("no usable disklabel on %s" % device.name) return if not format.exists: -- 1.7.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list