diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-18 12:55:03 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-18 12:55:03 +0200 |
| commit | 4514e8883fc10cb6e8b29fe78ede8bef41858a59 (patch) | |
| tree | ef7f04a2714fdf88656036f7fcf26458dfa43678 /DistUpgrade/DistUpgradeCache.py | |
| parent | a34c35a2528041e658e541692adaa8b542a2e086 (diff) | |
| download | python-apt-4514e8883fc10cb6e8b29fe78ede8bef41858a59.tar.gz | |
* improved logging
* DistUpgrade/Changelog: added
Diffstat (limited to 'DistUpgrade/DistUpgradeCache.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeCache.py | 2 |
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(): |
