[PATCH 1/4] Put the bad VG name into the error message (#884359).

Chris Lumens clumens at redhat.com
Thu Dec 6 22:26:37 UTC 2012


---
 pyanaconda/ui/gui/spokes/custom.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index c87d039..702f118 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -2050,7 +2050,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
         log.debug("new VG name: %s" % name)
         if name != vg_name and name in self.__storage.names:
             self._error = _("Volume Group name %s is already in use. Not "
-                            "saving changes.")
+                            "saving changes.") % name
             self.set_info(self._error)
             self.window.show_all()
             return
-- 
1.7.11.2



More information about the anaconda-patches mailing list