diff options
Diffstat (limited to '')
-rw-r--r-- | portato/gui/queue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/queue.py b/portato/gui/queue.py index d3ae1f2..ff82441 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: |