mirror of https://github.com/nicolargo/glances.git
Fan speed sensors disable message from warning to debug
This commit is contained in:
parent
afd745b7a3
commit
632dfac236
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue