summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DistUpgrade/Changelog2
-rw-r--r--DistUpgrade/DistUpgradeCache.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/DistUpgrade/Changelog b/DistUpgrade/Changelog
index 45ef5edf..6cb6a7df 100644
--- a/DistUpgrade/Changelog
+++ b/DistUpgrade/Changelog
@@ -1,3 +1,5 @@
+2006-10-21:
+ - fix incorrect arguments in fixup logging (lp: #67311)
2006-10-17:
- ensure bzr, tomboy and xserver-xorg-input-* are properly
upgraded
diff --git a/DistUpgrade/DistUpgradeCache.py b/DistUpgrade/DistUpgradeCache.py
index a569bf37..7df0b510 100644
--- a/DistUpgrade/DistUpgradeCache.py
+++ b/DistUpgrade/DistUpgradeCache.py
@@ -185,7 +185,7 @@ class MyCache(apt.Cache):
try:
self.markInstall(pkg.name, "xserver-xorg-input fixup rule")
except SystemError, e:
- logging.debug("Failed to apply %s fixup: %s (%s)" % (pkg.name, e))
+ logging.debug("Failed to apply fixup: %s (%s)" % (pkg.name, e))
# deal with held-backs that are unneeded
for pkgname in ["hpijs", "bzr", "tomboy"]: