From 41dba09a8be14c85403bc9ea59001c2528e4f0cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 23 Apr 2010 01:00:55 +0200 Subject: Clearer debug message for packages not in mergequeue --- portato/gui/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui') 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: -- cgit v1.2.3