Skip to content
Snippets Groups Projects
Commit 4369c52f authored by jkerdreu's avatar jkerdreu
Browse files

Added some debug infos


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2910 b32b6428-25c9-4566-ad07-03861ab6144f
parent efc47064
Branches
No related tags found
No related merge requests found
......@@ -51,7 +51,9 @@ class LMSensors:
name = "%s:%s" % (chip,feature.label)
self.data.update({name:temp})
self.engine.add_device(dev)
#dev.dump()
logger.info(f'{name} found')
else:
logger.debug(f'{feature.label} disabled in config')
def process(self):
""" loop of lmsensors and update the devices attributes"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment