setup: Better log message when no apps need upgrades

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2019-09-06 17:14:08 -07:00 committed by James Valleroy
parent 9b7d38fa67
commit 526123b6dd
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -502,7 +502,7 @@ class ForceUpgrader():
apps = self._get_list_of_apps_to_force_upgrade()
logger.info('Apps needing conffile upgrades: %s',
', '.join([str(app.name) for app in apps]))
', '.join([str(app.name) for app in apps]) or 'None')
need_retry = False
for app, packages in apps.items():