Change extract message from warn to info.

This commit is contained in:
Jeffrey Townsend
2017-05-23 08:12:43 -07:00
parent ca177d6da3
commit fbc38a58b5

View File

@@ -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.