From 30963523eb7dc02bdf87a28da9b961bb83417048 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 18 Feb 2004 00:41:35 +0000 Subject: fix traceback (#115564) --- partitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'partitions.py') diff --git a/partitions.py b/partitions.py index 649c62ce0..8533b0eaf 100644 --- a/partitions.py +++ b/partitions.py @@ -203,7 +203,7 @@ class Partitions: req = self.getRequestByDeviceName(dev[5:]) if not req: log("Volume group %s using non-existent partition %s" - %(vg, pv)) + %(vg, dev)) continue pvids.append(req.uniqueID) spec = partRequests.VolumeGroupRequestSpec(format = 0, -- cgit