[jhbuild] uninstall: Fix broken error message



commit b438903d8e66ec051cacf0f32c6fa4a962a92af0
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Aug 24 11:39:14 2011 -0400

    uninstall: Fix broken error message
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657258

 jhbuild/utils/packagedb.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/utils/packagedb.py b/jhbuild/utils/packagedb.py
index 5378367..8a76109 100644
--- a/jhbuild/utils/packagedb.py
+++ b/jhbuild/utils/packagedb.py
@@ -218,7 +218,7 @@ class PackageDB:
         entry = self.entries[package_name]
 
         if entry.manifest is None:
-            logging.error(_("no manifest for '%s', can't uninstall.  Try building again, then uninstalling."))
+            logging.error(_("no manifest for '%s', can't uninstall.  Try building again, then uninstalling.") % (package_name,))
             return
 
         directories = []



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]