summaryrefslogtreecommitdiffstats
path: root/glances/outdated.py
diff options
context:
space:
mode:
Diffstat (limited to 'glances/outdated.py')
-rw-r--r--glances/outdated.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/outdated.py b/glances/outdated.py
index b2b17913..023413e2 100644
--- a/glances/outdated.py
+++ b/glances/outdated.py
@@ -27,7 +27,7 @@ try:
PACKAGING_IMPORT = True
except Exception as e:
- logger.error("Unable to import 'packaging' module ({}). Glances cannot check for updates.".format(e))
+ logger.warning("Unable to import 'packaging' module ({}). Glances cannot check for updates.".format(e))
PACKAGING_IMPORT = False
PYPI_API_URL = 'https://pypi.python.org/pypi/Glances/json'