Fan speed sensors disable message from warning to debug

This commit is contained in:
nicolargo 2017-12-31 11:05:28 +01:00
parent afd745b7a3
commit 632dfac236
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ class GlancesGrabSensors(object):
# !!! Disable Fan: High CPU consumption with PSUtil 5.2.0 or higher
# Delete the two followings lines when corrected (https://github.com/giampaolo/psutil/issues/1199)
self.init_fan = False
logger.warning("Fan speed sensors disable (see https://github.com/giampaolo/psutil/issues/1199)")
logger.debug("Fan speed sensors disable (see https://github.com/giampaolo/psutil/issues/1199)")
# Init the stats
self.reset()