diff --git a/libraries/entropy/db.py b/libraries/entropy/db.py index 5e186ee44..198ff7b85 100644 --- a/libraries/entropy/db.py +++ b/libraries/entropy/db.py @@ -4341,7 +4341,9 @@ class LocalRepository: up = self.updateProgress for iddep, atom in depends: count += 1 - if output: + if output and ((count == 0) or (count % 150 == 0) or \ + (count == total)): + up( red("Resolving %s") % (atom,), importance = 0, type = "info", back = True, count = (count, total) )