diff --git a/lib/entropy/server/interfaces/main.py b/lib/entropy/server/interfaces/main.py index 773126346..e5c3f8270 100644 --- a/lib/entropy/server/interfaces/main.py +++ b/lib/entropy/server/interfaces/main.py @@ -4746,6 +4746,13 @@ class Server(Client): importance = 2, level = "error", header = red(" @@ ")) + else: + self.output( + blue(_("Injected packages are healthy. You lucky...")), + importance = 1, + level = "info", + header = brown(" @@ ") + ) if use_cache and cached is None and cache_key is not None: self._cacher.push(cache_key, missing_map)