[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 1/8] Log results of protected device spec resolution.
- From: David Lehman <dlehman redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH 1/8] Log results of protected device spec resolution.
- Date: Wed, 15 Jun 2011 17:32:49 -0500
Related: rhbz#704571
---
pyanaconda/storage/devicetree.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/pyanaconda/storage/devicetree.py b/pyanaconda/storage/devicetree.py
index 2715338..af8a6de 100644
--- a/pyanaconda/storage/devicetree.py
+++ b/pyanaconda/storage/devicetree.py
@@ -1797,6 +1797,7 @@ class DeviceTree(object):
# resolve the protected device specs to device names
for spec in self.protectedDevSpecs:
name = udev_resolve_devspec(spec)
+ log.debug("protected device spec %s resolved to %s" % (spec, name))
if name:
self.protectedDevNames.append(name)
--
1.7.3.4
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]