[entropy.server] _show_sync_queues: inform about package download as well
This commit is contained in:
@@ -1041,6 +1041,15 @@ class Server(object):
|
||||
level = "info",
|
||||
header = blue(" @@ ")
|
||||
)
|
||||
self._entropy.output(
|
||||
"%s: %s" % (
|
||||
brown(_("Packages to be downloaded")),
|
||||
brown(str(len(download))),
|
||||
),
|
||||
importance = 0,
|
||||
level = "info",
|
||||
header = blue(" @@ ")
|
||||
)
|
||||
self._entropy.output(
|
||||
"%s: %s" % (
|
||||
bold(_("Packages to be uploaded")),
|
||||
|
||||
Reference in New Issue
Block a user