Home | History | Annotate | Download | only in hosts

Lines Matching refs:logging

8 import logging
154 logging.info("EC version is %s", res.groups()[0])
156 logging.info("%s got: %s", cmd, ecinfo.stdout)
158 logging.info("%s exited with status %d", cmd, ecinfo.exit_status)
171 logging.info("No ectool cmd found; assuming no EC accelerometers")
177 logging.info("EC does not support motionsense command; "
184 logging.info("Motion sense inactive; assuming no EC accelerometers")
187 logging.info("EC accelerometers found")
311 logging.info("Fail to run %s", rootdev_cmd)
327 logging.info("Fail to run %s", type_cmd)
342 logging.info("Fail to run %s", link_cmd)
353 logging.info("Fail to run %s", rotate_cmd)
587 logging.error('Can not open key file: %s', self.key_file)
589 logging.error('hwid service: %s', e)