修复优先升级没有安装的情况

This commit is contained in:
wangsong 2022-08-12 15:16:57 +08:00
parent b312c24b49
commit 89c203b2ca
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ class UpdateManager():
else:
logging.info("Check: (%s:%s) No need to upgrade and duo to not pust...",pkg_name,self_pkg.installed.source_version)
else:
logging.info("Check: (%s:%s) No need to upgrade...",pkg_name,self_pkg.installed.source_version)
logging.info("Check: (%s) Not to be installed...",pkg_name)
else:
logging.error("Check: (%s) The upgrade package is not in Cache...",pkg_name)