From 528e7b61f4a4e6408c2a4c635b3167b389b5cd33 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 16 Jan 2006 12:32:58 +0100 Subject: * log the package name in the removal blacklist as well --- DistUpgrade/DistUpgradeControler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DistUpgrade/DistUpgradeControler.py') diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index 9519cabf..80c4dd0c 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -397,7 +397,7 @@ class DistUpgradeControler(object): """ for pkg in self.cache.getChanges(): if pkg.markedDelete and self._inRemovalBlacklist(pkg.name): - logging.debug("The package '%s' is marked for removal but it's in the removal blacklist") + logging.debug("The package '%s' is marked for removal but it's in the removal blacklist", pkg.name) return False return True -- cgit v1.2.3