summaryrefslogtreecommitdiffstats
path: root/partRequests.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2007-01-09 15:53:28 +0000
committerPeter Jones <pjones@redhat.com>2007-01-09 15:53:28 +0000
commit8ca5a1ccf39176115c923e0ebbfc51f5c66a600f (patch)
tree8cb1315f2e0501bc0b54323447b3b55210d12b8a /partRequests.py
parentd856e2a1b8132f0a1b3debb67f52e56dfd5b4b5d (diff)
downloadanaconda-8ca5a1ccf39176115c923e0ebbfc51f5c66a600f.tar.gz
anaconda-8ca5a1ccf39176115c923e0ebbfc51f5c66a600f.tar.xz
anaconda-8ca5a1ccf39176115c923e0ebbfc51f5c66a600f.zip
- Don't log pvreq.drive, because not all pv target specs have one (#221992)
Diffstat (limited to 'partRequests.py')
-rw-r--r--partRequests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partRequests.py b/partRequests.py
index fc58fccc4..70045c32b 100644
--- a/partRequests.py
+++ b/partRequests.py
@@ -786,7 +786,7 @@ class VolumeGroupRequestSpec(RequestSpec):
pvreq = partitions.getRequestByID(pvid)
size = pvreq.getActualSize(partitions, diskset)
clamped = lvm.clampPVSize(size, self.pesize)
- log.debug(" got pv(%s).size of %s, clamped to %s" % (pvreq.drive, size, clamped))
+ log.debug(" got pv.size of %s, clamped to %s" % (size,clamped))
totalspace = totalspace + clamped
log.debug(" total space: %s" % (totalspace,))