summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeCache.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-04-18 12:55:03 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-04-18 12:55:03 +0200
commit4514e8883fc10cb6e8b29fe78ede8bef41858a59 (patch)
treeef7f04a2714fdf88656036f7fcf26458dfa43678 /DistUpgrade/DistUpgradeCache.py
parenta34c35a2528041e658e541692adaa8b542a2e086 (diff)
downloadpython-apt-4514e8883fc10cb6e8b29fe78ede8bef41858a59.tar.gz
* improved logging
* DistUpgrade/Changelog: added
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():