summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--portato/backend/portage/system.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/backend/portage/system.py b/portato/backend/portage/system.py
index 1fd4782..a32ebd0 100644
--- a/portato/backend/portage/system.py
+++ b/portato/backend/portage/system.py
@@ -245,7 +245,7 @@ class PortageSystem (SystemInterface):
if not best.is_installed() and (best.is_masked() or best.is_testing(True)): # check to not update unnecessairily
for i in inst:
if i.matches(crit):
- debug("The installed %s matches %s. Discarding upgrade to masked version.", i.get_cpv(), crit)
+ debug("The installed %s matches %s. Discarding upgrade to masked version %s.", i.get_cpv(), crit, best.get_version())
return
new_packages.append(best)
S.po?id=0583fbf16d6bf2cd40c12b91881874d3d65f01f2&follow=1'>Update spanish translationDaniel Halens1-245/+258 2009-08-15Use boolean flags instead of obscure C flags for ipc.MessageQueueRené 'Necoro' Neumann3-13/+15 2009-08-15TypoRené 'Necoro' Neumann1-1/+1 2009-08-15Enhanced the extensions.shRené 'Necoro' Neumann1-3/+8 2009-08-15Move eix-format to correct locationRené 'Necoro' Neumann1-0/+0