summaryrefslogtreecommitdiff
path: root/DistUpgrade
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-01-26 16:50:22 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-01-26 16:50:22 +0100
commit197ee7ebe6388a7697ce28225b1cb9af8df8358f (patch)
treebc460182b1c7fb877e8b052887fcc003864482db /DistUpgrade
parent34e95d043502c7522062d69bd019e809a53b48a2 (diff)
downloadpython-apt-197ee7ebe6388a7697ce28225b1cb9af8df8358f.tar.gz
* log the removal candidates as well
Diffstat (limited to 'DistUpgrade')
-rw-r--r--DistUpgrade/DistUpgradeControler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py
index 062d305b..8321ce8f 100644
--- a/DistUpgrade/DistUpgradeControler.py
+++ b/DistUpgrade/DistUpgradeControler.py
@@ -252,6 +252,7 @@ class DistUpgradeControler(object):
logging.debug("'%s' scheduled for remove but not in remove_candiates, skipping", pkgname)
logging.debug("Finish checking for obsolete pkgs")
changes = self.cache.getChanges()
+ logging.debug("The following packages are remove candidates: %s" % " ".join([pkg.name for pkg in changes]))
if len(changes) > 0 and \
self._view.confirmChanges(_("Remove obsolete Packages?"),
changes, 0):