mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-27 10:22:15 +00:00
Change extract message from warn to info.
This commit is contained in:
@@ -756,7 +756,7 @@ class OnlPackageRepo(object):
|
||||
logger.debug("Existing extract for %s matches the package file." % pkg)
|
||||
else:
|
||||
# Existing extract must be removed.
|
||||
logger.warn("Existing extract for %s does not match." % pkg)
|
||||
logger.info("Existing extract for %s does not match." % pkg)
|
||||
force=True
|
||||
else:
|
||||
# Status unknown. Really shouldn't happen.
|
||||
|
||||
Reference in New Issue
Block a user