mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
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:
parent
9b7d38fa67
commit
526123b6dd
@ -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():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user