[entropy.server] _show_sync_queues: inform about package download as well

This commit is contained in:
Fabio Erculiani
2013-03-03 00:27:22 +00:00
parent 552698d2d6
commit 55110bf230

View File

@@ -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")),