diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-04 12:45:51 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-04 12:45:51 +0200 |
| commit | 533db41cd76a89a2a893c00980e537d3af34c769 (patch) | |
| tree | a7dbb1d1d72197dfe9d71a4740467d9cf815b647 /DistUpgrade/DistUpgradeCache.py | |
| parent | b471fffffd13becd2425e65a22c0ba74668e8808 (diff) | |
| download | python-apt-533db41cd76a89a2a893c00980e537d3af34c769.tar.gz | |
* DistUpgrade/DistUpgradeCache.py:
- fix incorrect variable name
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 3d10c707..01305d32 100644 --- a/DistUpgrade/DistUpgradeCache.py +++ b/DistUpgrade/DistUpgradeCache.py @@ -177,7 +177,7 @@ class MyCache(apt.Cache): self.markInstall(basepkg, "python2.4->python upgrade rule") except SystemError, e: - logging.debug("Failed to apply python2.4->python install: %s (%s)" % (newpkg, e)) + logging.debug("Failed to apply python2.4->python install: %s (%s)" % (basepkg, e)) # deal with *gar*gar* hpijs if (self.has_key("hpijs") and self["hpijs"].isInstalled and not self["hpijs"].markedUpgrade): |
