From fbc38a58b5bbb4677e0ffc3d5c7c6d907543cb2d Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Tue, 23 May 2017 08:12:43 -0700 Subject: [PATCH] Change extract message from warn to info. --- tools/onlpm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/onlpm.py b/tools/onlpm.py index 72d11653..074dd930 100755 --- a/tools/onlpm.py +++ b/tools/onlpm.py @@ -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.