summaryrefslogtreecommitdiff
path: root/portato
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-23 01:00:55 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-23 01:00:55 +0200
commit41dba09a8be14c85403bc9ea59001c2528e4f0cc (patch)
tree11d4ed84d976872fc90d0b04a317f6baedccb882 /portato
parentad22f8ddd205c8110ffa5b2dae4f5d1fc2c21e87 (diff)
downloadportato-41dba09a8be14c85403bc9ea59001c2528e4f0cc.tar.gz
portato-41dba09a8be14c85403bc9ea59001c2528e4f0cc.tar.bz2
portato-41dba09a8be14c85403bc9ea59001c2528e4f0cc.zip
Clearer debug message for packages not in mergequeue
Diffstat (limited to 'portato')
-rw-r--r--portato/gui/queue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/queue.py b/portato/gui/queue.py
index b18e4e7..f5b608a 100644
--- a/portato/gui/queue.py
+++ b/portato/gui/queue.py
@@ -637,7 +637,7 @@ class EmergeQueue:
try:
self.oneshotmerge.remove(cpv)
except ValueError:
- debug("Catched ValueError => %s seems not to be in merge-queue. Should be no harm.", cpv)
+ debug("Catched ValueError => %s seems not to be in merge-queue. This probably means it is a dependency.", cpv)
elif self.tree.is_in_unmerge(it): # in Unmerge
try: