Fix self.msg

This commit is contained in:
VirtuBox
2019-08-31 12:35:23 +02:00
parent 5fa39709ef
commit 972c6a5da0
2 changed files with 8 additions and 1 deletions

View File

@@ -473,7 +473,7 @@ class WOStackController(CementBaseController):
WOAptGet.install(self, apt_packages)
post_pref(self, apt_packages, empty_packages)
if (packages):
Log.debug(self, "Downloading following: {0}".format(packages))
Log.info(self, "Downloading following: {0}".format(packages))
WODownload.download(self, packages)
Log.debug(self, "Calling post_pref")
post_pref(self, empty_packages, packages)