diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-12 11:18:07 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-12 11:18:07 +0200 |
| commit | d1b8c72ce90713b807bc231b949494e19867b789 (patch) | |
| tree | e6424ae1e994e8263a33f29f082740dbe8688872 /DistUpgrade/DistUpgradeCache.py | |
| parent | 830b5233ef8775cb39720fa1b1b48260fd27c9fd (diff) | |
| download | python-apt-d1b8c72ce90713b807bc231b949494e19867b789.tar.gz | |
* typo fix
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 2e21d05d..f6e6cad8 100644 --- a/DistUpgrade/DistUpgradeCache.py +++ b/DistUpgrade/DistUpgradeCache.py @@ -349,7 +349,7 @@ class MyCache(apt.Cache): self.restore_snapshot() return False except (SystemError,KeyError),e: - loggging.warning("_tryMarkObsoleteForRemoval failed for '%s' (%s)" % (pkgname,e)) + logging.warning("_tryMarkObsoleteForRemoval failed for '%s' (%s)" % (pkgname,e)) self.restore_snapshot() return False return True |
