summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeCache.py
diff options
context:
space:
mode:
Diffstat (limited to 'DistUpgrade/DistUpgradeCache.py')
-rw-r--r--DistUpgrade/DistUpgradeCache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeCache.py b/DistUpgrade/DistUpgradeCache.py
index 2adab2ad..ff3802fa 100644
--- a/DistUpgrade/DistUpgradeCache.py
+++ b/DistUpgrade/DistUpgradeCache.py
@@ -215,7 +215,7 @@ class MyCache(apt.Cache):
logging.debug("Marking '%s' for upgrade" % key)
self[key].markUpgrade()
except SystemError, e:
- logging.debug("Can't mark '%s' for upgrade" % key)
+ logging.debug("Can't mark '%s' for upgrade (%s)" % (key,e))
return False
# check if we have a meta-pkg, if not, try to guess which one to pick
if not metaPkgInstalled():